Commit 3c8e9a50 authored by 周毅's avatar 周毅

修复bug

parent 9de4b40f
...@@ -193,11 +193,7 @@ ...@@ -193,11 +193,7 @@
label: '出库单号', label: '出库单号',
prop: 'lydjDjid', prop: 'lydjDjid',
span: 8, span: 8,
type: 'input', type: 'input'
formatter: (row, b, c) => {
let id = row.cktzDjid || row.dbckDjid
return id
}
}, },
{ {
label: '备注', label: '备注',
......
...@@ -72,15 +72,6 @@ ...@@ -72,15 +72,6 @@
"field": "jsr", "field": "jsr",
"width": 120 "width": 120
}, },
{
"title": "出库单号",
"field": "lldjid",
"width": 140,
formatter: (row, b, c) => {
let id = row.cktzDjid || row.dbckDjid
return id
}
},
{ {
"title": "出库任务号", "title": "出库任务号",
"field": "lydjDjid", "field": "lydjDjid",
......
...@@ -185,12 +185,9 @@ ...@@ -185,12 +185,9 @@
}, },
{ {
label: '入库单号', label: '入库单号',
prop: 'transrkd', prop: 'lydjDjid',
span: 8, span: 8,
type: 'input', type: 'input'
formatter(a, b, c) {
return a.rktzDjid || a.dbrkDjid
}
}, },
{ {
label: '备注', label: '备注',
......
...@@ -69,14 +69,6 @@ ...@@ -69,14 +69,6 @@
field: "jsr", field: "jsr",
width: 120 width: 120
}, },
{
title: "入库单号",
field: "lydjid",
width: 140,
formatter(a, b, c) {
return a.rktzDjid || a.dbrkDjid
}
},
{ {
title: "入库任务号", title: "入库任务号",
field: "lydjDjid", field: "lydjDjid",
...@@ -128,9 +120,6 @@ ...@@ -128,9 +120,6 @@
type: 'input', type: 'input',
value: '' value: ''
}, },
], ],
[{ [{
label: '入库任务号', label: '入库任务号',
......
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