Browse Source

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

linshi20240813
gaojs 3 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
const data = await PurchasereceiptRequestMainApi.exportPurchasereceiptRequestMain(tableObject.params)
download.excel(data, '采购收货申请主.xlsx')
download.excel(data, 'M类型采购收货.xlsx')
} catch {
} finally {
exportLoading.value = false

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

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

Loading…
Cancel
Save