spring
2025-04-11 fe2c38273024c74f28e59c24c867eb67c841be16
原辅材修改
已修改1个文件
7 ■■■■■ 文件已修改
src/views/business/materialOrder/customsInspection.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/materialOrder/customsInspection.vue
@@ -753,7 +753,6 @@
            this.$set(this.addObj, 'workShopName', res.data.workShopName)
            this.$set(this.addObj, 'workShopId', res.data.workShopId)
            this.$set(this.addObj, 'inspectionType', this.customsInspection.inspectionType)
            console.log(111111, this.addObj)
            if (this.orderType == 1) {
              this.$set(this.addObj, 'orderType', 'Quarterly inspection')
            }
@@ -1589,11 +1588,13 @@
        this.getProductLoad = false
        // 直接将查询结果赋值给 productList
        // this.fullProductList = res.data
        this.productList = res.data.forEach(m => {
        this.productList = res.data.map(m => {
          m.state = 1
          return m
        })
        this.productList0 = res.data.forEach(m => {
        this.productList0 = res.data.map(m => {
          m.state = 1
          return m
        })
        this.$refs.sampleTable.setCurrentRow(row)
        setTimeout(() => {