Browse Source

YT-1642:现在需要改为传 “供应商简称”。

intex_online20241224
songguoqiang 2 months ago
parent
commit
5afb8055db
  1. 3
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

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

@ -1223,7 +1223,8 @@ const submitPurchasePass = async (id, submitData) => {
const formFinanceRef = ref()
const handleFinanceApp = async (row) => {
row.postingDate = dayjs().valueOf()
row.voucherNumberRemark = '收到' + row.supplierName + '发票' + row.goldenTaxInvoiceNumber
//
row.voucherNumberRemark = '收到' + row.supplierShortName + '发票' + row.goldenTaxInvoiceNumber
formFinanceRef.value.open('update', row, null, '财务通过', '财务通过')
}

Loading…
Cancel
Save