|
@@ -165,7 +165,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
- <el-form-item label-width="100px" label="优惠后总金额:" prop="adjustDiscountAmount">
|
|
|
|
|
|
|
+ <el-form-item label-width="115px" label="优惠后总金额:" prop="adjustDiscountAmount">
|
|
|
<el-input
|
|
<el-input
|
|
|
clearable
|
|
clearable
|
|
|
type="number"
|
|
type="number"
|
|
@@ -452,9 +452,10 @@
|
|
|
this.selectIds = this.adjustData.map(item => item.sourceDetailId);
|
|
this.selectIds = this.adjustData.map(item => item.sourceDetailId);
|
|
|
this.form = data;
|
|
this.form = data;
|
|
|
console.log('tempdata~~~', this.form, data);
|
|
console.log('tempdata~~~', this.form, data);
|
|
|
|
|
+ this.$refs.inventoryTableRef && this.$refs.inventoryTableRef.putTableValue(data);
|
|
|
this.$refs.inventoryTableDetailsRef &&
|
|
this.$refs.inventoryTableDetailsRef &&
|
|
|
this.$refs.inventoryTableDetailsRef.putTableValue(tempdata);
|
|
this.$refs.inventoryTableDetailsRef.putTableValue(tempdata);
|
|
|
- this.$refs.inventoryTableRef && this.$refs.inventoryTableRef.putTableValue(data);
|
|
|
|
|
|
|
+
|
|
|
// });
|
|
// });
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -623,7 +624,7 @@
|
|
|
// returnSourceType: data.returnSourceType,
|
|
// returnSourceType: data.returnSourceType,
|
|
|
// storemanIds: storemanIds.toString(),
|
|
// storemanIds: storemanIds.toString(),
|
|
|
businessCode: data.orderNo,
|
|
businessCode: data.orderNo,
|
|
|
- businessName: data.createUserName,
|
|
|
|
|
|
|
+ businessName: '销售订单冲差',
|
|
|
businessType: '冲差单'
|
|
businessType: '冲差单'
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|