|
@@ -356,6 +356,9 @@
|
|
} else {
|
|
} else {
|
|
_str.showRow = true;
|
|
_str.showRow = true;
|
|
}
|
|
}
|
|
|
|
+ if(_str.businessType=='TRADE'){
|
|
|
|
+ _str.showRow = false
|
|
|
|
+ }
|
|
this.taskInfo[i].department = this.taskInfo[i].messageContent.split(' ')[0]
|
|
this.taskInfo[i].department = this.taskInfo[i].messageContent.split(' ')[0]
|
|
if (this.taskInfo[i].businessType == 'WAREHOUSE') {
|
|
if (this.taskInfo[i].businessType == 'WAREHOUSE') {
|
|
if (this.taskInfo[i].businessCode == 'INOUTTASK-TASK-APPROVE') {
|
|
if (this.taskInfo[i].businessCode == 'INOUTTASK-TASK-APPROVE') {
|