Browse Source

报错页面

master_hella_20240701
yufei0306 6 months ago
parent
commit
25091102f3
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue
  2. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/index.vue
  3. 2
      src/views/wms/supplierManage/supplierinvoiceInvoiced/index.vue

2
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

@ -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',

2
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/index.vue

@ -73,7 +73,7 @@
hiddenDelete:true, hiddenDelete:true,
}]" }]"
:annexAlias="{ :annexAlias="{
label:t('ts.其他附件') label:t('ts.其他附件'),
showDownload:true, showDownload:true,
hiddenDelete:true hiddenDelete:true
}" }"

2
src/views/wms/supplierManage/supplierinvoiceInvoiced/index.vue

@ -287,7 +287,7 @@ const handleImport = () => {
// //
const importTemplateData = reactive({ const importTemplateData = reactive({
templateUrl: '', templateUrl: '',
templateTitle: `${t('ts.待开票导入模版')}.xlsx`'' templateTitle: `${t('ts.待开票导入模版')}.xlsx`
}) })
// //
const importSuccess = () => { const importSuccess = () => {

Loading…
Cancel
Save