Browse Source

费用增加来往单位

lichao 3 năm trước cách đây
mục cha
commit
99bd1a8beb

+ 1 - 0
src/views/purchase/contract/detailsPage.vue

@@ -308,6 +308,7 @@
           @beforeFinance="beforeFinance"
           @afterFinance="afterFinance"
           feeUrl=""
+          :corpId="form.corpId"
         />
         <upload-file
           ref="uploadFile"

+ 1 - 0
src/views/salesManagement/salesContract/detailsPage.vue

@@ -308,6 +308,7 @@
           :itemType="'采购'"
           :optionType="'JK'"
           feeUrl=""
+          :corpId="form.corpId"
         />
         <upload-file
           ref="uploadFile"