|
@@ -1663,7 +1663,7 @@
|
|
|
this.formData.approvalUserId =
|
|
this.formData.approvalUserId =
|
|
|
this.form.approvalUserId || userInfo.userId;
|
|
this.form.approvalUserId || userInfo.userId;
|
|
|
// this.formData.extInfo.supplierName = this.form.supplierName;
|
|
// this.formData.extInfo.supplierName = this.form.supplierName;
|
|
|
- // this.formData.extInfo.supplierId = this.form.supplierId;
|
|
|
|
|
|
|
+ // this.formData.extInfo.supplierId = this.form.supplierId; // this.formData.extInfo.supplierId = this.form.supplierId;
|
|
|
console.log('saleProductList-------------------', this.saleProductList);
|
|
console.log('saleProductList-------------------', this.saleProductList);
|
|
|
|
|
|
|
|
if (this.saleProductList?.length > 0) {
|
|
if (this.saleProductList?.length > 0) {
|