下单到具体型号,后面就算改了,选择委托要求之后还是用原来的型号查询
已修改1个文件
6 ■■■■■ 文件已修改
src/components/do/b1-ins-order/add.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-ins-order/add.vue
@@ -2320,10 +2320,12 @@
          this.isAskOnlyRead = false
        }
        this.getProductLoad = true
        let selectTreeList = this.selectTree.split(" - ")
        selectTreeList[selectTreeList.length - 1] = this.addObj.model
        this.$axios.post(this.$api.standardTree.selectStandardProductList, {
          model: row.model + '-' + row.modelNum,
          model: this.addObj.model + '-' + row.modelNum,
          standardMethodListId: val,
          factory: this.selectTree,
          factory: selectTreeList.join(" - "),
        }, {
          headers: {
            'Content-Type': 'application/json'