Browse Source

修改工厂赋值

695593266@qq.com 2 tháng trước cách đây
mục cha
commit
ba7475942e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/saleOrder/components/order-search.vue

+ 1 - 1
src/views/saleOrder/components/order-search.vue

@@ -732,7 +732,7 @@
               produceRoutingId: produceRoutingId,
               produceRoutingName: this.selection[0].produceRoutingName,
               categoryId: this.selection[0].categoryId,
-              factoriesId: factoriesId,
+              factoriesId: factoriesId || this.$store.state.user.info.factoryId,
               factoriesIdName: factoriesIdName,
               bomCategoryId: bomCategoryId,
               produceType: produceType,