|
|
|
@ -431,6 +431,7 @@ export default {
|
|
|
|
|
action: this.formData.billType,
|
|
|
|
|
locStorageCode: this.formData.locStorageCode,
|
|
|
|
|
preCheck: this.formData.preCheck,
|
|
|
|
|
fromCorp: this.formData.fromCorp
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
submitOrderWeb(tQuery)
|
|
|
|
@ -833,7 +834,7 @@ export default {
|
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
|
this.$set(this.formData, "codeFillCheck", this.curAction.codeFillCheck);
|
|
|
|
|
// this.formData.locStorageCode = this.curAction.storageCode;
|
|
|
|
|
this.formData.fromCorp = null;
|
|
|
|
|
// this.formData.fromCorp = null;
|
|
|
|
|
},
|
|
|
|
|
//绑定数据
|
|
|
|
|
bindRl(val) {
|
|
|
|
|