Browse Source

销售发票-选择发货单-增加子表业务类型字段

jingbb 3 months ago
parent
commit
cf86a222bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/saleCode/salesInvoice/components/saleInvoiceForm.vue

+ 1 - 0
src/views/saleCode/salesInvoice/components/saleInvoiceForm.vue

@@ -577,6 +577,7 @@
           //暂无税率字段,设置默认为1
           item.taxRate = item.taxRate ? item.taxRate : 0;
           item.taxAmount = (item.taxMoney * item.taxRate) / 100;
+          item.sourceType='普通业务'
         });
         notAllowEdit.value = true;
         var xTable = saleInvoiceDetailsTableRef.value!.getXTable();