Commit d125eceb authored by 李苏's avatar 李苏 💬

add common mixin wlsx wlphsx

delete or change some noUse field
parent e6b2a430
...@@ -13,8 +13,10 @@ ...@@ -13,8 +13,10 @@
<script> <script>
// import wlphsx from 'common/src/mixin/wlphsx.js' // import wlphsx from 'common/src/mixin/wlphsx.js'
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
// mixins:[wlphsx], mixins:[wlsx,wlphsx],
data() { data() {
return { return {
power: { power: {
......
...@@ -15,8 +15,10 @@ ...@@ -15,8 +15,10 @@
<script> <script>
// import wlphsx from 'common/src/mixin/wlphsx.js' // import wlphsx from 'common/src/mixin/wlphsx.js'
import Tzqd from './tzqd.vue' import Tzqd from './tzqd.vue'
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
// mixins:[wlphsx], mixins:[wlsx,wlphsx],
data() { data() {
return { return {
......
...@@ -13,8 +13,10 @@ ...@@ -13,8 +13,10 @@
<script> <script>
// import wlphsx from 'common/src/mixin/wlphsx.js' // import wlphsx from 'common/src/mixin/wlphsx.js'
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
// mixins:[wlphsx], mixins:[wlsx,wlphsx],
data() { data() {
return { return {
power: { power: {
......
...@@ -13,12 +13,14 @@ ...@@ -13,12 +13,14 @@
</template> </template>
<script> <script>
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mounted() { mounted() {
}, },
mixins:[wlsx,wlphsx],
data() { data() {
return { return {
power: { power: {
......
...@@ -32,18 +32,8 @@ ...@@ -32,18 +32,8 @@
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/ckgl/cktz', url: 'lxyl/ckgl/cktz',
queryUrl:'wms/ckgl/jhtz/query/cktz', queryUrl:'wms/ckgl/jhtz/query/cktz',
tableTitle: [{ tableTitle: [
title: "状态",
field: "zt",
fieldType: "ftString",
align: 'center',
width: 80,
"transform": {
"url": "lxyl/ckgl/cktz/init/zt",
"label": "name",
"value": "id"
}
},
{ {
title: "出库单号", title: "出库单号",
field: "djid", field: "djid",
...@@ -54,14 +44,10 @@ ...@@ -54,14 +44,10 @@
field: "ywrq", field: "ywrq",
fieldType: 'ftDate' fieldType: 'ftDate'
}, },
{
title: "领料人",
field: "llr",
width: 140
},
{ {
title: "事务类型", title: "事务类型",
field: "swlxmc", field: "swlxName",
width: 100 width: 100
}, },
{ {
...@@ -72,19 +58,24 @@ ...@@ -72,19 +58,24 @@
}, },
{ {
title: "仓库", title: "仓库",
field: "ckmc", field: "ckName",
width: 140 width: 140
}, },
// {
// title: "需求日期",
// field: "xqrq",
// fieldType: 'ftDate'
// },
{ {
title: "需求日期", title: "部门",
field: "xqrq", field: "bmName",
fieldType: 'ftDate'
},
{
title: "领料部门",
field: "bmmc",
width: 140 width: 140
}, },
{
title: "货主",
field: "hzName",
width: 140
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
...@@ -13,14 +13,17 @@ ...@@ -13,14 +13,17 @@
</template> </template>
<script> <script>
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mounted() { mounted() {
}, },
mixins:[wlsx,wlphsx],
data() { data() {
return { return {
power: { power: {
add: false, add: false,
copy: false, copy: false,
...@@ -67,25 +70,25 @@ ...@@ -67,25 +70,25 @@
width: 100, width: 100,
}, },
{ {
title: "领料数量", title: "应出数量",
field: "yfsl", field: "yfsl",
width: 100, width: 100,
}, },
{ // {
title: "库存数量", // title: "库存数量",
field: "kcsl", // field: "kcsl",
width: 100, // width: 100,
}, // },
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 180, width: 180,
}, },
{ // {
title: "库位", // title: "库位",
field: "kwName", // field: "kwName",
width: 100, // width: 100,
}, // },
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment