|
|
@@ -241,7 +241,7 @@
|
|
|
sourceType: 3,
|
|
|
sourceCode: '',
|
|
|
sourceId: '',
|
|
|
- fundType: 1,
|
|
|
+ fundType: "1",
|
|
|
paymentConditionName: '',
|
|
|
paymentConditionId: '',
|
|
|
remark: '',
|
|
|
@@ -304,6 +304,7 @@
|
|
|
methods: {
|
|
|
async open() {
|
|
|
this.form = await getPrepaymentInfo(this.businessId);
|
|
|
+ this.form.fundType = String(this.form.fundType);
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.inventoryTableDetailsRef &&
|
|
|
this.$refs.inventoryTableDetailsRef.putTableValue(this.form || []);
|
|
|
@@ -394,7 +395,7 @@
|
|
|
sourceType: 3,
|
|
|
sourceCode: '',
|
|
|
sourceId: '',
|
|
|
- fundType: 1,
|
|
|
+ fundType: "1",
|
|
|
paymentConditionName: '',
|
|
|
paymentConditionId: '',
|
|
|
remark: '',
|