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

调整

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