【fix:bug】-非打包项目,其他项目如果被打包,就除了打包列全部置灰== 删除该逻辑
This commit is contained in:
@@ -95,9 +95,9 @@ export default {
|
||||
status() {
|
||||
// 非打包项目,其他项目如果被打包,就除了打包列全部置灰
|
||||
// 如果有打包字段 && 当前列不是打包列 && 当前行是打包为"是" && 当前项目不是打包项目
|
||||
if (this.packField && this.statusKey !== 'pack' && this.statuObj[this.packField] === 1 && this.statuObj.projectType !== ProjectTypeEnums.PACK_PRO.value) {
|
||||
return zero
|
||||
}
|
||||
// if (this.packField && this.statusKey !== 'pack' && this.statuObj[this.packField] === 1 && this.statuObj.projectType !== ProjectTypeEnums.PACK_PRO.value) {
|
||||
// return zero
|
||||
// }
|
||||
if (this.statuObj.amountReceivable === '0.00' || this.statuObj.receivableAmount === '0.00') {
|
||||
if (this.statusType) {
|
||||
// 待确收金额为0 未到账 未邮寄 未开票的状态
|
||||
|
||||
Reference in New Issue
Block a user