|
@@ -756,6 +756,12 @@ export default {
|
|
|
transportationCondition: null,
|
|
|
}
|
|
|
this.basicForm.puDemandItemList.push(newLine)
|
|
|
+ // 补单需求状态改变
|
|
|
+ if (this.basicForm.billType == 'BDXQ') {
|
|
|
+ this.BDZT = false
|
|
|
+ } else {
|
|
|
+ this.BDZT = true
|
|
|
+ }
|
|
|
},
|
|
|
delLine(index) {
|
|
|
console.log('删除行:', index)
|