loulijun2021
2023-12-05 2f45123bb9911c4dacf08b527482e4f855c988b8
1.大小写修改
已修改3个文件
23 ■■■■■ 文件已修改
src/views/produce/stepReport.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/dataImport.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/encodingRules.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/produce/stepReport.vue
@@ -1322,8 +1322,8 @@
              return this.$message.info('收料数量加不良数量不能大于了可收数量!')
            }
            if (this.dialogForm.list.find(i => i.name === this.dialogForm.wxcode)) {
              if (this.dialogForm.list.find(i => i.name === this.dialogForm.wxcode).acceptQty < parseFloat(this.dialogForm.sqty) + parseFloat(this.dialogForm.noputqty)) {
            if (this.dialogForm.list.find(i => i.Name === this.dialogForm.wxcode)) {
              if (this.dialogForm.list.find(i => i.Name === this.dialogForm.wxcode).acceptQty < parseFloat(this.dialogForm.sqty) + parseFloat(this.dialogForm.noputqty)) {
                return this.$message.info('收料数量加不良数量不能大于该供应商可收数量!')
              }
            } else {
src/views/systemSetting/dataImport.vue
@@ -12,9 +12,9 @@
      >
        <el-option
          v-for="item in excelArr"
          :key="item.fileCode"
          :label="item.fileName"
          :value="item.fileCode"
          :key="item.FileCode"
          :label="item.FileName"
          :value="item.FileCode"
        />
      </el-select>
src/views/systemSetting/encodingRules.vue
@@ -88,7 +88,7 @@
            sortable="custom"
          />
          <el-table-column
            prop="type"
            prop="Type"
            label="菜单类型"
            sortable="custom"
          />
@@ -335,10 +335,11 @@
        customID: 'menucode',
        childrenProperty: 'children'
      })
      this.menuOptions = this.menuOptionsAll.filter(i => i.type === this.dialogForm.type)
      // this.menuOptions = this.menuOptionsAll.filter(i => i.Type === this.dialogForm.type)
    },
    radioChange() {
      this.menuOptions = this.menuOptionsAll.filter(i => i.type === this.dialogForm.type)
      this.menuOptions = this.menuOptionsAll.filter(i => i.Type === this.dialogForm.type)
    },
    async getEncodingRules() {
      const res = await EncodingRules(this.form)
@@ -374,8 +375,10 @@
      this.operation = operation
      this.dialogVisible = true
      this.$nextTick(() => {
        this.dialogForm.type = row.type
        this.dialogForm.type = row.Type
        this.radioChange()
        let parentCode = ''
        this.menuOptions.forEach(item => {
@@ -387,7 +390,7 @@
            })
          }
        })
        console.log(parentCode,row.menucode)
        this.$refs.cascader.checkedValue = [parentCode, row.menucode]
        this.dialogForm.rightcode = row.menucode
        this.dialogForm.incbit = row.incbit