Ver código fonte

Merge branch 'test' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-wt into test

yusheng 1 mês atrás
pai
commit
a61354ccdf

+ 2 - 2
src/views/bpm/handleTask/components/productionWarehousing/detailDialog.vue

@@ -68,7 +68,7 @@
       <add
         ref="add"
         :form="form"
-        :bizType="taskDefinitionKey == 'wmsBizType4' ? 4 : 1"
+        :bizType="form.type || 1"
         v-if="form.code && !isDetail"
         :sourceBizNo="form.code"
         :detailList="form.detailList"
@@ -77,7 +77,7 @@
       <add
         ref="add"
         :form="form"
-        :bizType="taskDefinitionKey == 'wmsBizType4' ? 4 : 1"
+        :bizType="form.type || 1"
         v-if="form.code && isDetail"
         :sourceBizNo="form.code"
         :saleProductList="form.detailList"