|
|
@ -87,7 +87,7 @@ |
|
|
|
:apiDelete="PurchasePlanDetailApi.deletePurchasePlanDetail" |
|
|
|
@searchTableSuccessDetail="searchTableSuccessDetail" |
|
|
|
:detailValidate="detailValidate" |
|
|
|
:detailButtonIsShowAddStatusArray="['1','3','4','5','6']" |
|
|
|
:detailButtonIsShowAddStatusArray="['1','3','4','5']" |
|
|
|
:detailButtonIsShowEdit="true" |
|
|
|
:detailButtonIsShowDelete="true" |
|
|
|
:detailButtonIsShowAdd="true" |
|
|
@ -423,7 +423,7 @@ const getSearchTableData = async (number,formField,searchField)=>{ |
|
|
|
defaultButtons.mainListPurchasePlanRejBtn({ hide: isShowMainButton(row, ['3']) }), // 不接受 |
|
|
|
defaultButtons.mainListPurchasePlanWitBtn({ hide: isShowMainButton(row, ['3']) }), // 下架 |
|
|
|
defaultButtons.mainListPurchasePlanModBtn({ hide: isShowMainButton(row, ['5']) }), // 修改 |
|
|
|
defaultButtons.mainListEditBtn({ hide: !isShowMainButton(row, ['2']), hasPermi: 'wms:purchase-plan-main:update' }), // 编辑 |
|
|
|
defaultButtons.mainListEditBtn({ hide: isShowMainButton(row, ['2']), hasPermi: 'wms:purchase-plan-main:update' }), // 编辑 |
|
|
|
// defaultButtons.mainListDeleteBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:purchase-plan-main:delete'}), // 删除 |
|
|
|
{ |
|
|
|
label: t('ts.创建供应商发货申请'), |
|
|
|