Commit ae90e97b authored by 周毅's avatar 周毅

调整库位调整界面

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