Просмотр исходного кода

过滤系统,采购申请名称,产品名称+日期,后面的审批到采购计划的名称都同步过去

hezhanp 8 месяцев назад
Родитель
Сommit
2999ec5158

+ 1 - 1
src/views/materialPlan/components/plan-edit-dialog.vue

@@ -925,7 +925,7 @@ export default {
           salesOrderIds: salesOrderIds,
           demandType: this.formData.demandType
         });
-        if (this.$store.state.user.info.clientEnvironmentId == '4') {
+        if (this.$store.state.user.info.clientEnvironmentId == '5') {
           if (res && res.length > 0) {
             const firstOrderName = res[0].productName || '';
             this.formData.name =

+ 1 - 1
src/views/materialPlan/components/producePlan.vue

@@ -987,7 +987,7 @@
           demandType: this.formData.demandType
         });
         
-        if (this.$store.state.user.info.clientEnvironmentId == '4') {
+        if (this.$store.state.user.info.clientEnvironmentId == '5') {
           if (res && res.length > 0) {
             const firstOrderName = res[0].productName || '';
             this.formData.name =