|
@@ -562,7 +562,6 @@
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
-
|
|
|
|
</el-row>
|
|
</el-row>
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
@@ -2757,10 +2756,10 @@ export default {
|
|
if (!this.form.fMblno || this.form.fMblno === "") {
|
|
if (!this.form.fMblno || this.form.fMblno === "") {
|
|
this.$set(this.form, "fMblno", this.dialogWhgenlegList[whgen].fMblno);
|
|
this.$set(this.form, "fMblno", this.dialogWhgenlegList[whgen].fMblno);
|
|
}
|
|
}
|
|
- let haveGoods = false
|
|
|
|
|
|
+ /*let haveGoods = false
|
|
if (this.kqhouseOptions.length !== 0) {
|
|
if (this.kqhouseOptions.length !== 0) {
|
|
- for (let house in this.kqhouseOptions) {
|
|
|
|
- if (this.kqhouseOptions[house].fId === this.dialogWhgenlegList[whgen].fWarehouseLocationid) {
|
|
|
|
|
|
+ for (let house in this.kqhouseOptions) {ku库区
|
|
|
|
+ if (this.kqhouseOptions[house].fId === this.dialogWhgenlegList[whgen].fWarehouseLocationid) {
|
|
haveGoods = true
|
|
haveGoods = true
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
@@ -2777,7 +2776,7 @@ export default {
|
|
this.kqhouseOptions.push(response.rows[row])
|
|
this.kqhouseOptions.push(response.rows[row])
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
let fTruckno = null
|
|
let fTruckno = null
|
|
let fDriverTel = null
|
|
let fDriverTel = null
|
|
let fDriverName = null
|
|
let fDriverName = null
|
|
@@ -2827,7 +2826,7 @@ export default {
|
|
fWarehouselocid: this.dialogWhgenlegList[whgen].fWarehouseLocationid,
|
|
fWarehouselocid: this.dialogWhgenlegList[whgen].fWarehouseLocationid,
|
|
fWarehouselocids: this.dialogWhgenlegList[whgen].fWarehouseLocationids,
|
|
fWarehouselocids: this.dialogWhgenlegList[whgen].fWarehouseLocationids,
|
|
fWarehouseLocationids: this.dialogWhgenlegList[whgen].fWarehouseLocationids,
|
|
fWarehouseLocationids: this.dialogWhgenlegList[whgen].fWarehouseLocationids,
|
|
- fTransferWarehouselocid: this.dialogWhgenlegList[whgen].fWarehouseLocationid,
|
|
|
|
|
|
+ fTransferWarehouselocid: null,
|
|
remark: null,
|
|
remark: null,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
@@ -4004,7 +4003,7 @@ export default {
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
fWarehouseid: this.form.fWarehouseid,
|
|
fWarehouseid: this.form.fWarehouseid,
|
|
- // fName: name
|
|
|
|
|
|
+ fName: name
|
|
};
|
|
};
|
|
console.log(this.kqhouseOptions)
|
|
console.log(this.kqhouseOptions)
|
|
listArea(queryParams).then((response) => {
|
|
listArea(queryParams).then((response) => {
|