Commit ae90e97b authored by 周毅's avatar 周毅

调整库位调整界面

parent d5297147
...@@ -12,7 +12,10 @@ ...@@ -12,7 +12,10 @@
</template> </template>
<script> <script>
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mixins:[wlphsx,wlsx],
data() { data() {
return { return {
power: { power: {
...@@ -45,11 +48,6 @@ ...@@ -45,11 +48,6 @@
"value": "id" "value": "id"
} }
}, },
{
title: "唯一码",
field: "packCode",
width: 120,
},
{ {
title: "容器", title: "容器",
field: "rqCode", field: "rqCode",
...@@ -75,9 +73,6 @@ ...@@ -75,9 +73,6 @@
field: "mbkwCode", field: "mbkwCode",
width: 120, width: 120,
}, },
], ],
queryParams: [], queryParams: [],
......
...@@ -13,11 +13,10 @@ ...@@ -13,11 +13,10 @@
</template> </template>
<script> <script>
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mounted() { mixins:[wlphsx,wlsx],
},
data() { data() {
return { return {
power: { power: {
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
tableTitle: [{ tableTitle: [{
title: "状态", title: "状态",
field: "zt", field: "zt",
width: 100, width: 80,
"transform": { "transform": {
"url": "wms/kcgl/kwtz/init/zt", "url": "wms/kcgl/kwtz/init/zt",
"label": "name", "label": "name",
......
...@@ -12,7 +12,10 @@ ...@@ -12,7 +12,10 @@
</template> </template>
<script> <script>
import wlsx from 'common/src/mixin/wlsx.js'
import wlphsx from 'common/src/mixin/wlphsx.js'
export default { export default {
mixins:[wlphsx,wlsx],
data() { data() {
return { return {
power: { power: {
...@@ -37,22 +40,17 @@ ...@@ -37,22 +40,17 @@
tableTitle: [{ tableTitle: [{
title: "唯一码", title: "唯一码",
field: "packCode", field: "packCode",
width: 120, width: 160,
},
{
title: "容器",
field: "rqCode",
width: 120,
}, },
{ {
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
width: 120, width: 140,
}, },
{ {
title: "物料名称", title: "物料名称",
field: "wlxxName", field: "wlxxName",
width: 120, width: 180,
}, },
{ {
title: "物料批号", title: "物料批号",
...@@ -62,40 +60,8 @@ ...@@ -62,40 +60,8 @@
{ {
title: "制令号", title: "制令号",
field: "zlh", field: "zlh",
width: 180, width: 160,
}, }
{
title: "工厂",
field: "hzName",
width: 120,
},
{
title: "物料批号",
field: "wlph",
width: 120,
},
// {
// title: "库区",
// field: "kqName",
// width: 120,
// },
// {
// title: "目标库区",
// field: "mbkqName",
// width: 120,
// },
{
title: "库位",
field: "kwCode",
width: 120,
},
{
title: "目标库位",
field: "mbkwCode",
width: 120,
},
], ],
queryParams: [], queryParams: [],
......
...@@ -38,11 +38,6 @@ ...@@ -38,11 +38,6 @@
field: "djid", field: "djid",
width: 140 width: 140
}, },
{
title: "调整单号",
field: "lydjCode",
width: 140
},
{ {
title: "业务日期", title: "业务日期",
field: "ywrq", field: "ywrq",
...@@ -54,29 +49,33 @@ ...@@ -54,29 +49,33 @@
width: 140 width: 140
}, },
{ {
title: "工厂", title: "容器",
field: "hzName", field: "rqCode",
width: 140 width: 120
}, },
{ {
title: "负责人", title: "库位",
field: "fzrName", field: "kwName",
width: 140 width: 120
}, },
{ {
title: "维护人", title: "目标库位",
field: "whr", field: "mbkwName",
width: 120
},
{
title: "调整单号",
field: "lydjDjid",
width: 140 width: 140
}, },
{ {
title: "备注", title: "创建人",
field: "bz", field: "cjr"
}, },
{ {
title: "维护时间", title: "创建时间",
field: "whsj", field: "cjsj",
fieldType: 'ftDateTime' fieldType: 'ftDateTime'
} }
], ],
...@@ -114,7 +113,7 @@ ...@@ -114,7 +113,7 @@
}, },
{ {
label: '调整单号', label: '调整单号',
prop: 'lydjCode', prop: 'lydjDjid',
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
......
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