Commit 68581c5e authored by 李苏's avatar 李苏 💬

调整

parent 32209195
......@@ -168,18 +168,23 @@ export default {
label: "容器",
prop: "rqid",
span: 8,
required: true,
type: "AuxInput",
typeConfig: {
queryParams: () => {
return {
ckid: this.form.ckid,
};
},
isRequest: false,
code: "RQGLKMS",
code: "RQFORRPK",
label: "rqCode",
transform: {
value: "id",
label: "code",
},
give: (item) => {
this.form.otherid=item.kwid
this.form.kwid=item.kwid
this.form.kwCode=item.kwCode
this.$post("wms/rkgl/sjrw/queryRqmxByCodeNotValid", {
code: item.code,
}).then((res) => {
......@@ -213,10 +218,8 @@ export default {
type: "AuxInput",
typeConfig: {
queryParams: () => {
console.log(this,'sadasdasdsa')
return {
ckid: this.form.ckid,
id:this.form.otherid
};
},
isRequest: false,
......
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