Browse Source

Merge remote-tracking branch 'origin/hella_online_20240803' into hella_online_20240803

linshi20240813
gaojs 4 months ago
parent
commit
419214596a
  1. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue
  2. 9
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue

@ -691,7 +691,7 @@ const handleExport = async () => {
// //
exportLoading.value = true exportLoading.value = true
const data = await PurchasereceiptRequestMainApi.exportPurchasereceiptRequestMain(tableObject.params) const data = await PurchasereceiptRequestMainApi.exportPurchasereceiptRequestMain(tableObject.params)
download.excel(data, '采购收货申请主.xlsx') download.excel(data, 'M类型采购收货.xlsx')
} catch { } catch {
} finally { } finally {
exportLoading.value = false exportLoading.value = false

9
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

@ -511,10 +511,11 @@ const butttondata = (row, $index) => {
return [] return []
} }
return [ return [
defaultButtons.mainListPurchasePlanOpeBtn({ //202408111354
hide: isShowMainButton(row, ['5']), // defaultButtons.mainListPurchasePlanOpeBtn({
hasPermi: 'wms:supplierdeliver-request-main:open' // hide: isShowMainButton(row, ['5']),
}), // // hasPermi: 'wms:supplierdeliver-request-main:open'
// }), //
defaultButtons.mainListPlanUploadQualityReportBtn({ defaultButtons.mainListPlanUploadQualityReportBtn({
hide: isShowMainButton(row, ['1', '2', '3']), hide: isShowMainButton(row, ['1', '2', '3']),
hasPermi: 'wms:supplierdeliver-request-main:uploadCheck' hasPermi: 'wms:supplierdeliver-request-main:uploadCheck'

Loading…
Cancel
Save