|
@@ -514,6 +514,7 @@ export default {
|
|
|
value2: '',
|
|
|
createPersion: '',//创建人
|
|
|
persionList: [],
|
|
|
+ show:false,
|
|
|
}
|
|
|
},
|
|
|
activated() {
|
|
@@ -647,7 +648,7 @@ export default {
|
|
|
var text = `是否将状态改为${e}`
|
|
|
if (e == '发运结束') {
|
|
|
data = { id: row.id, endFlag: 1 }
|
|
|
- } else if (e == '已完成' && row.priceType != '随行就市') {
|
|
|
+ } else if (e == '已完成' ) {
|
|
|
var response = await getsettlementprice({ contractNo: row.contractNo }).toPromise()
|
|
|
data = { id: row.id, settlementPrice: response }
|
|
|
text = `合同单价${response}元/吨,确定合同已完成?`
|
|
@@ -691,6 +692,7 @@ export default {
|
|
|
return false
|
|
|
})
|
|
|
} else {
|
|
|
+ console.log(response)
|
|
|
this.currectdata = row
|
|
|
this.currectPrice = response
|
|
|
this.show = true
|
|
@@ -782,9 +784,6 @@ export default {
|
|
|
handleClose() {
|
|
|
this.dialogViewSpareMoney = false
|
|
|
},
|
|
|
- handleClose1() {
|
|
|
- this.accesscard = false
|
|
|
- },
|
|
|
handleSizeChange(val) {
|
|
|
console.log(`每页 ${val} 条`)
|
|
|
this.pageSize = val
|