修复出库计划加载时出库条件标签Bug

sdgslk
ZR20090193-陈敬勇 2 years ago
parent 12de0cc9b3
commit 4c864ba5e4

File diff suppressed because one or more lines are too long

@ -167,11 +167,6 @@ export default {
required: false,
field: "MBLNO",
type: "text"
},{
title: "入库报关单号",
required: false,
field: "CUSTOMNO",
type: "text"
},
],
[
@ -226,7 +221,12 @@ export default {
},
],
[
{
title: "入库报关单号",
required: false,
field: "CUSTOMNO",
type: "text"
},
]
]
};

Loading…
Cancel
Save