|
@@ -294,7 +294,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
- <headerTitle title="产品清单" style="margin-top: 30px"></headerTitle>
|
|
|
|
|
|
|
+ <headerTitle title="物品清单" style="margin-top: 30px"></headerTitle>
|
|
|
|
|
|
|
|
<inventoryTable ref="inventoryTable" :pricingWay="form.pricingWay" :isContractId='!!form.contractId'
|
|
<inventoryTable ref="inventoryTable" :pricingWay="form.pricingWay" :isContractId='!!form.contractId'
|
|
|
@orderDiscountAmount="orderDiscountAmount"></inventoryTable>
|
|
@orderDiscountAmount="orderDiscountAmount"></inventoryTable>
|
|
@@ -648,7 +648,7 @@ export default {
|
|
|
discountInput() {
|
|
discountInput() {
|
|
|
this.$refs.inventoryTable.discountInputByOrder(this.form.payAmount)
|
|
this.$refs.inventoryTable.discountInputByOrder(this.form.payAmount)
|
|
|
},
|
|
},
|
|
|
-//产品清单修改单价或者数量重置优惠金额
|
|
|
|
|
|
|
+//物品清单修改单价或者数量重置优惠金额
|
|
|
orderDiscountAmount(val = 0) {
|
|
orderDiscountAmount(val = 0) {
|
|
|
this.form.payAmount = val
|
|
this.form.payAmount = val
|
|
|
},
|
|
},
|