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

变更

parent 665e86af
...@@ -12,9 +12,11 @@ ...@@ -12,9 +12,11 @@
</template> </template>
<script> <script>
import wlsx from 'common/src/mixin/wlphsx.js'
import wlphsx 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: {
......
...@@ -162,14 +162,6 @@ ...@@ -162,14 +162,6 @@
} }
} }
}, },
{
label: '领料人',
prop: 'llr',
span: 8,
type: 'input',
"required": true
},
{ {
label: '领料人', label: '领料人',
prop: 'llrid', prop: 'llrid',
......
...@@ -75,6 +75,21 @@ ...@@ -75,6 +75,21 @@
field: "bmmc", field: "bmmc",
width: 140 width: 140
}, },
{
title: "单据来源",
field: "djly",
width: 140,
"transform": {
"url": "wms/ckgl/llck/init/djly",
"label": "name",
"value": "id"
}
},
{
title: "来源单据号",
field: "lydjDjid",
width: 140
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 240, width: 240,
}, },
{ {
......
...@@ -86,6 +86,21 @@ ...@@ -86,6 +86,21 @@
"value": "id" "value": "id"
} }
}, },
{
title: "单据来源",
field: "djly",
width: 140,
"transform": {
"url": "wms/ckgl/dbck/init/djly",
"label": "name",
"value": "id"
}
},
{
title: "来源单据号",
field: "lydjDjid",
width: 140
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 100, width: 100,
}, },
{ {
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
{ {
title: "唯一码", title: "唯一码",
field: "wym", field: "packCode",
width: 100, width: 100,
}, },
{ {
...@@ -111,4 +111,4 @@ ...@@ -111,4 +111,4 @@
</script> </script>
<style> <style>
</style> </style>
\ No newline at end of file
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 240, width: 240,
}, },
{ {
......
...@@ -75,6 +75,21 @@ ...@@ -75,6 +75,21 @@
field: "zt", field: "zt",
width: 140 width: 140
}, },
{
title: "单据来源",
field: "djly",
width: 140,
"transform": {
"url": "wms/rkgl/dbrk/init/djly",
"label": "name",
"value": "id"
}
},
{
title: "来源单据号",
field: "lydjDjid",
width: 140
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 240, width: 240,
}, },
{ {
......
...@@ -12,9 +12,10 @@ ...@@ -12,9 +12,10 @@
</template> </template>
<script> <script>
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js' import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mixins:[wlphsx], mixins:[wlphsx,wlsx],
data() { data() {
return { return {
power: { power: {
...@@ -77,11 +78,6 @@ ...@@ -77,11 +78,6 @@
field: "zlh", field: "zlh",
width: 120, width: 120,
}, },
{
title: "库位",
field: "kwName",
width: 100,
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 240, width: 240,
}, },
{ {
...@@ -118,4 +118,4 @@ ...@@ -118,4 +118,4 @@
</script> </script>
<style> <style>
</style> </style>
\ No newline at end of file
...@@ -238,28 +238,28 @@ ...@@ -238,28 +238,28 @@
width: 200, width: 200,
}, },
{ // {
title: "库位", // title: "库位",
field: "kwid", // field: "kwid",
width: 240, // width: 240,
type: 'AuxInput', // type: 'AuxInput',
typeConfig: { // typeConfig: {
isRequest: false, // isRequest: false,
"code": "KWWH", // "code": "KWWH",
"label": "kwName", // "label": "kwName",
queryParams: (row) => { // queryParams: (row) => {
return { // return {
ckid: this.form.ckid // ckid: this.form.ckid
} // }
}, // },
"transform": { // "transform": {
"value": "id", // "value": "id",
"label": "name" // "label": "name"
} // }
}, // },
show: JSON.parse(localStorage.getItem('isKwgl')), // show: JSON.parse(localStorage.getItem('isKwgl')),
}, // },
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
...@@ -70,6 +70,21 @@ ...@@ -70,6 +70,21 @@
field: "bmName", field: "bmName",
width: 140 width: 140
}, },
{
title: "单据来源",
field: "djly",
width: 140,
"transform": {
"url": "wms/rkgl/rktz/init/djly",
"label": "name",
"value": "id"
}
},
{
title: "来源单据号",
field: "lydjDjid",
width: 140
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 240, width: 240,
}, },
{ {
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 240 width: 240
}, },
{ {
......
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 240, width: 240,
}, },
{ {
......
...@@ -82,9 +82,8 @@ ...@@ -82,9 +82,8 @@
}, },
{ {
title: "来源单据号", title: "来源单据号",
field: "lydjid", field: "lydjDjid",
fieldType: "ftString", width: 140
width: 192
}, },
{ {
title: "状态", title: "状态",
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
}, },
{ {
title: "唯一码", title: "唯一码",
field: "packid", field: "packCode",
width: 240, width: 240,
}, },
{ {
......
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