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

修复bug

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