Commit 30c7ac45 authored by 李苏's avatar 李苏 💬

ADJUST SJD PARAMS

parent 96785371
...@@ -58,7 +58,9 @@ ...@@ -58,7 +58,9 @@
this.form.swlxid=row.swlxid this.form.swlxid=row.swlxid
this.form.lydjid=row.id this.form.lydjid=row.id
this.form.ckid=row.ckid this.form.ckid=row.ckid
this.form.bmid=row.bmid this.form.rktzDjid=row.djid
this.form.hzid=row.hzid
this.form.hzName=row.hzName
// this.form.ywrq=row.ywrq // this.form.ywrq=row.ywrq
let length = this.formDetail.length let length = this.formDetail.length
this.formDetail.splice(0, length) this.formDetail.splice(0, length)
...@@ -208,6 +210,28 @@ ...@@ -208,6 +210,28 @@
}, },
}, },
{
label: '货主',
prop: 'hzid',
span: 8,
type: 'AuxInput',
typeConfig: {
isRequest: true,
code: 'HZID',
label: 'hzName',
transform: {
value: 'id',
label: 'name'
}
}
},
{
label: '来源单据',
prop: 'rktzDjid',
span: 8,
readonly:true,
type: 'input',
},
// { // {
// label: '单据来源', // label: '单据来源',
// prop: 'djlyName', // prop: 'djlyName',
......
...@@ -57,6 +57,11 @@ ...@@ -57,6 +57,11 @@
title: "事务类型", title: "事务类型",
field: "swlxName", field: "swlxName",
width: 100 width: 100
},
{
title: "货主",
field: "hzName",
width: 140
}, },
{ {
title: "入库人", title: "入库人",
......
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