|
|
@ -238,15 +238,15 @@ const butttondata = (row, $index) => { |
|
|
|
link: true, //文本展现按钮 |
|
|
|
hasPermi: '' // wms:count-job-main:importCountJob |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '线边盘点', |
|
|
|
name: 'lineTypeImport', |
|
|
|
hide: !(row.status==2&&row.lineType==true), |
|
|
|
type: 'success', |
|
|
|
color: '', |
|
|
|
link: true, //文本展现按钮 |
|
|
|
hasPermi: '' // wms:count-job-main:lineTypeImport |
|
|
|
}, |
|
|
|
// { |
|
|
|
// label: '线边盘点', |
|
|
|
// name: 'lineTypeImport', |
|
|
|
// hide: !(row.status==2&&row.lineType==true), |
|
|
|
// type: 'success', |
|
|
|
// color: '', |
|
|
|
// link: true, //文本展现按钮 |
|
|
|
// hasPermi: '' // wms:count-job-main:lineTypeImport |
|
|
|
// }, |
|
|
|
defaultButtons.mainListJobAbaBtn({ hide: isShowMainButton(row, ['2']) }), // 放弃 |
|
|
|
{ |
|
|
|
label: '完成', |
|
|
|