|
@ -292,7 +292,7 @@ const getSearchTableData = async (number,formField,searchField)=>{ |
|
|
// defaultButtons.mainListEditBtn({ hide: isShowMainButton(row, ['1']), hasPermi: 'wms:purchase-plan-main:update' }), // 编辑 |
|
|
// defaultButtons.mainListEditBtn({ hide: isShowMainButton(row, ['1']), hasPermi: 'wms:purchase-plan-main:update' }), // 编辑 |
|
|
// defaultButtons.mainListDeleteBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:purchase-plan-main:delete'}), // 删除 |
|
|
// defaultButtons.mainListDeleteBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:purchase-plan-main:delete'}), // 删除 |
|
|
{ |
|
|
{ |
|
|
label: '创建供应商发货申请', |
|
|
label: t('ts.创建供应商发货申请'), |
|
|
name: 'supplierdeliver', |
|
|
name: 'supplierdeliver', |
|
|
hide: isShowMainButton(row, ['1']), |
|
|
hide: isShowMainButton(row, ['1']), |
|
|
type: 'primary', |
|
|
type: 'primary', |
|
|