|
@@ -431,15 +431,14 @@
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
isConfirmQuality(val) {
|
|
isConfirmQuality(val) {
|
|
- if (val.qualityInspectionManagement.confirm == '1' && val.qualityInspectionManagement.warehouseName == '哈尔滨依兰库')
|
|
|
|
- return false;
|
|
|
|
- return true
|
|
|
|
|
|
+ if (val.qualityInspectionManagement.confirm == '0' && val.qualityInspectionManagement.warehouseName == '白城内陆港') return false;
|
|
|
|
+ return true;
|
|
},
|
|
},
|
|
weightCheck(row, num) {
|
|
weightCheck(row, num) {
|
|
console.log(this.cangid)
|
|
console.log(this.cangid)
|
|
// 质检是否是已确定状态
|
|
// 质检是否是已确定状态
|
|
- // let _isGoweightCheck = this.isConfirmQuality(row)
|
|
|
|
- let _isGoweightCheck = true
|
|
|
|
|
|
+ let _isGoweightCheck = this.isConfirmQuality(row)
|
|
|
|
+ // let _isGoweightCheck = true
|
|
console.log(row.qualityInspectionManagement)
|
|
console.log(row.qualityInspectionManagement)
|
|
if (_isGoweightCheck) {
|
|
if (_isGoweightCheck) {
|
|
this.$router.push({
|
|
this.$router.push({
|