zouyu
2023-12-15 960f5bbd741424595030280efc9f89dfd38b0aa1
原材料检验-扫码修改
已修改4个文件
32 ■■■■ 文件已修改
src/views/basic/location/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/location/location-form.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/common/rawMaterial-part.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/quality/rawMaterial/rawMaterial-form.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basic/location/index.vue
@@ -194,7 +194,7 @@
            optList: () => {
              return this.getWarehouseLocGroupList()
            }
          },
          }/* ,
          // ERP库位
          {
            minWidth: '200',
@@ -204,7 +204,7 @@
            isTrue: false,
            isSearch: true,
            searchInfoType: 'text'
          }
          } */
        ],
        toolbar: [
          {
src/views/basic/location/location-form.vue
@@ -134,10 +134,23 @@
      <el-row>
        <el-col :span="12">
          <el-form-item label="创建时间" prop="createTime">
            <el-date-picker
              readonly
              style="width: 100%"
              v-model="moment"
              type="datetime"
              placeholder="选择日期时间"
              value-format="yyyy-MM-dd HH:mm:ss"
            >
            </el-date-picker>
          </el-form-item>
        </el-col>
       <!--  <el-col :span="12">
          <el-form-item
            label="IFS库位"
            prop="ifsLocationDesc"
          >
          > -->
            <!-- <el-select
              v-model="dataForm.ifsLocation"
              filterable
@@ -152,13 +165,13 @@
              >
              </el-option>
            </el-select> -->
            <el-cascader
           <!--  <el-cascader
              v-model="dataForm.ifsLocationDesc"
              :props="locationProps"
              style="width:100%" filterable
            ></el-cascader>
          </el-form-item>
        </el-col>
        </el-col> -->
        <el-col :span="12">
          <el-form-item label="库位状态" prop="locStatus">
            <el-switch
@@ -169,7 +182,7 @@
          </el-form-item>
        </el-col>
      </el-row>
      <el-row>
      <!-- <el-row>
        <el-col :span="12">
          <el-form-item label="创建时间" prop="createTime">
            <el-date-picker
@@ -184,7 +197,7 @@
          </el-form-item>
        </el-col>
        <el-col :span="12"> </el-col>
      </el-row>
      </el-row> -->
    </el-form>
    <span slot="footer" class="dialog-footer">
      <el-button @click="visible = false">取消</el-button>
src/views/common/rawMaterial-part.vue
@@ -188,6 +188,7 @@
    // props:['currentRow'],
    methods: {
      getData() {
        console.log(1111);
        if (this.$refs.rawPartTable !== undefined) {
          this.$refs.rawPartTable.getDataList()
        }
src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -345,7 +345,9 @@
              userName: '',
              testState: ''
            }],
            dataRule: {},
            dataRule: {
              code:[{ required: true, message: '请扫描选择零件', trigger: 'blur' }]
            },
            deviceList: [],
        }
    },