zouyu
21 小时以前 e948eeabdfa45684a08b0c82e1248cb220b9b9b4
成品抽样:季度抽样表单优化
已修改2个文件
5 ■■■■■ 文件已修改
src/views/business/finishedProductSampling/components/addQuarterItem.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/finishedProductSampling/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/finishedProductSampling/components/addQuarterItem.vue
@@ -22,7 +22,7 @@
            </template>
          </el-table-column>
          <el-table-column label="责任人" prop="dutyUser" width="100"></el-table-column>
          <el-table-column label="型号" prop="productModel" width="120">
          <el-table-column label="型号" prop="productModel" width="150">
            <template slot-scope="{row}">
              <template>
                <el-input v-model="row.productModel" size="small" :disabled="operationType === 'view'"/>
src/views/business/finishedProductSampling/index.vue
@@ -362,7 +362,8 @@
              const list = item.partName.match(/^(\S+)\s(.*)/).slice(1)
              console.log('list', list)
              item.productType = list[0]
              item.spotCheckNumber = list[1]
              item.productModel = list[1]
              // item.spotCheckNumber = list[1]
            }
            item.dutyUser = this.nickName
            item.itemRemark = item.partBatchNo;