Browse Source

HL-4987SCP正式环境,供应商上传的发票控制为只能上传PDF格式的文件

hella_online_20240828
wangyufei 3 weeks ago
parent
commit
7e52e5de54
  1. 3
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

3
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -874,7 +874,8 @@ const detailAnnexTable = ref([
tableName: 'invoice',
hiddenDelete: false,
hiddenUpload: false,
fileSize: 20
fileSize: 20,
fileType:['pdf']
},
{
label: t('ts.货运单附件'),

Loading…
Cancel
Save