Explorar el Código

合同管理组件优化:在新增和详情对话框中添加isArrivalWay参数支持

yusheng hace 9 meses
padre
commit
7602eb8fb4

+ 1 - 0
src/views/contractManage/contractBook/components/addDialog.vue

@@ -476,6 +476,7 @@
             :isTemporary="true"
             :isSalesRecord="form.type"
             :cacheKeyUrl="cacheKeyUrl"
+            :isArrivalWay="true"
             :isGoods="true"
             :countObj="{
               countKey: 'contractCount',

+ 1 - 0
src/views/contractManage/contractBook/components/detailDialog.vue

@@ -202,6 +202,7 @@
             :isCustomerMark="form.type == '1'"
             :isDiscountTotalPrice="true"
             :contractBookType="form.type"
+              :isArrivalWay="true"
             :pricingWay="form.pricingWay"
             :isChangeCount="false"
             :cacheKeyUrl="cacheKeyUrl"