gaoluyang
2 天以前 92cad95ceae11cd2da6d44e102768a9a107abdb7
1.原材料下单
已修改2个文件
10 ■■■■■ 文件已修改
src/views/business/materialOrder/customsInspectionOrder.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/materialOrder/customsInspectionView.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/materialOrder/customsInspectionOrder.vue
@@ -778,9 +778,8 @@
            if (this.orderType == 1) {
              this.$set(this.addObj, 'orderType', 'Quarterly inspection')
            }
            const str = res.data.treeName.split('-')
            this.selectTreeTem = str.join(' - ')
            this.selectTree = str.join(' - ')
            this.selectTreeTem = res.data.treeName
            this.selectTree = res.data.treeName
            this.addListInfo(this.codeLevel, res.data) // 原材料样品是固定的,就默认赋值一条数据,可拆分
            this.selectInsOrderTemplate() // 原材料模板列表查询
          } else {
src/views/business/materialOrder/customsInspectionView.vue
@@ -774,9 +774,8 @@
            if (this.orderType == 1) {
              this.$set(this.addObj, 'orderType', 'Quarterly inspection')
            }
            const str = res.data.treeName.split('-')
            this.selectTreeTem = str.join(' - ')
            this.selectTree = str.join(' - ')
            this.selectTreeTem = res.data.treeName
            this.selectTree = res.data.treeName
            this.addListInfo(this.codeLevel, res.data) // 原材料样品是固定的,就默认赋值一条数据,可拆分
            this.selectInsOrderTemplate() // 原材料模板列表查询
          } else {