|
@ -439,10 +439,10 @@ const butttondata = (row,$index) => { |
|
|
// 根据状态返回该按钮是否显示 |
|
|
// 根据状态返回该按钮是否显示 |
|
|
const isReGenLabelShowMainButtonLabel = (row, val) => { |
|
|
const isReGenLabelShowMainButtonLabel = (row, val) => { |
|
|
if (val.indexOf(row.status) > -1) { |
|
|
if (val.indexOf(row.status) > -1) { |
|
|
if (row.labelStatus == '1') { |
|
|
if (row.asnOutLabel == '2') { |
|
|
return true |
|
|
|
|
|
} else { |
|
|
|
|
|
return false |
|
|
return false |
|
|
|
|
|
} else { |
|
|
|
|
|
return true |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
return true |
|
|
return true |
|
|