|
@@ -2399,7 +2399,6 @@ export default {
|
|
|
this.$set(this.tableData[item], 'purchaseAmount', '0')
|
|
|
}
|
|
|
})
|
|
|
- // debugger
|
|
|
selectGoodsNum({
|
|
|
goodsId: this.tableData[item].id,
|
|
|
itemType: this.tableData[item].typeno,
|
|
@@ -3016,7 +3015,6 @@ export default {
|
|
|
let getGoodsList = []
|
|
|
let getGiftList = []
|
|
|
let getFeeList = this.$refs.feeInfo.submitData()
|
|
|
- debugger
|
|
|
if (this.goodsActives == 'gift') {
|
|
|
getGiftList = this.goodsShowData
|
|
|
getGoodsList = this.contactsData
|
|
@@ -3324,7 +3322,8 @@ export default {
|
|
|
moduleName: 'xs',
|
|
|
tableName: 'business_order',
|
|
|
billId: this.form.id,
|
|
|
- no: localStorage.getItem('browserID')
|
|
|
+ no: localStorage.getItem('browserID'),
|
|
|
+ billNo: this.form.orderNo
|
|
|
}
|
|
|
this.saveLoading = true
|
|
|
this.checkLock(data).then(res => {
|