数据
This commit is contained in:
@@ -423,7 +423,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await updateAssignDtl(this.popData)
|
||||
let res = await updateAssignDtl(this.popData, this.crType)
|
||||
if (res.code === 1) {
|
||||
this.show = false
|
||||
this._easOutInBillDetailPage(this.popObj)
|
||||
|
||||
@@ -440,7 +440,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await updateAssignDtl(this.popData)
|
||||
let res = await updateAssignDtl(this.popData, 'RECE')
|
||||
if (res.code === 1) {
|
||||
this.show = false
|
||||
this._receiptBillDetailPage(this.popObj)
|
||||
|
||||
Reference in New Issue
Block a user