|
@@ -734,7 +734,7 @@ export default {
|
|
|
} else if (this.detailData.form) {
|
|
|
// console.log('1132452345', this.detailData.form);
|
|
|
this.form = JSON.parse(this.detailData.form);
|
|
|
- // console.log(this.form);
|
|
|
+ // console.log('324',this.form.cntrVolumn);
|
|
|
this.$set(this.form, 'orgId', this.form.id);
|
|
|
this.$set(this.form, 'srcId', this.form.id);
|
|
|
this.$set(this.form,"purchaseMode",'现金采购');
|