Commit 96d0a882 authored by 李苏's avatar 李苏 💬

jhr=>fzr

parent 628a9b85
......@@ -64,13 +64,13 @@
},
{
label: '拣货人',
prop: 'jhrid',
prop: 'fzrid',
width: 130,
type: 'AuxInput',
typeConfig: {
isRequest: false,
code: 'USER',
label: 'jhrName',
label: 'fzrName',
transform: {
value: 'id',
label: 'username'
......@@ -83,8 +83,8 @@
let list =_.cloneDeep(that.editTableConfig.editTableData)
list.forEach(item => {
if (item.wlid == this.form.wlid && item.ckid == this.form.ckid) {
item.jhrName = this.form.jhrName
item.jhrid = this.form.jhrid
item.fzrName = this.form.fzrName
item.fzrid = this.form.fzrid
}
})
that.editTableConfig.editTableData=list
......
......@@ -158,7 +158,7 @@
},
{
label: '拣货人',
prop: 'jhrName',
prop: 'fzrName',
width: 130,
},
{
......
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