Commit 039874ca authored by 李苏's avatar 李苏 💬

包装 拆包 调整 唯一码 辅助输入 参数

parent d4df5a7f
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
readonly: false, readonly: false,
editColItemList: [{ editColItemList: [{
label: '唯一码', label: '唯一码',
prop: 'packCode', prop: 'packid',
span: 12, span: 12,
type: 'AuxInput', type: 'AuxInput',
typeConfig: { typeConfig: {
...@@ -51,8 +51,8 @@ ...@@ -51,8 +51,8 @@
component: Wym, component: Wym,
label: 'packCode', label: 'packCode',
transform: { transform: {
value: 'id', value: 'packid',
label: 'name' label: 'packCode'
}, },
give: (row) => { give: (row) => {
this.form.wlid=row.wlid this.form.wlid=row.wlid
......
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