|
@@ -439,7 +439,12 @@
|
|
|
this.form = await invoiceApplyInfoV2API(id);
|
|
this.form = await invoiceApplyInfoV2API(id);
|
|
|
// this.$refs.tableInfoRef.setValue(this.form);
|
|
// this.$refs.tableInfoRef.setValue(this.form);
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
- this.$refs.tableInfoNewRef && this.$refs.tableInfoNewRef.putValue(this.form);
|
|
|
|
|
|
|
+ // this.$refs.tableInfoNewRef && this.$refs.tableInfoNewRef.putValue(this.form);
|
|
|
|
|
+ if (this.form.sourceType == 99) {
|
|
|
|
|
+ this.$refs.tableInfoNoOrderRef?.setValue(this.form);
|
|
|
|
|
+ } else {
|
|
|
|
|
+ this.$refs.tableInfoNewRef?.putValue(this.form);
|
|
|
|
|
+ }
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
downloadFile(file) {
|
|
downloadFile(file) {
|