haoxuan
2024-04-18 a1b487e3417efb1481c3ef5598dcc4894529f1d5
src/components/makepager/CommonFormTableView.vue
@@ -142,12 +142,12 @@
                </div>
              </el-form-item>
              <el-form-item
                v-else-if="item.inputFloat"
                v-else-if="item.inputFloat||item.inputFloatValue"
                label=" "
                :prop="'tableData.' + scope.$index + '.' + item.prop"
                :rules="[{ required: item.isRequird ? true : false, message: '输入不能为空' }]"
              >
                <span v-if="scope.row.isEdit">{{ scope.row[item.prop] }}</span>
                <span v-if="scope.row.isEdit||(item.inputFloatValue&&!scope.row[item.isInputFloat])">{{ scope.row[item.prop] }}</span>
                <div v-else @click.stop="commoInput">
                  <el-input-number
                    v-model="scope.row[item.prop]"
@@ -684,6 +684,7 @@
      this.locacionName = ""
      await getLocationList({
        // keyword: "",
        type:3,
        jointName: this.initialPosition ? this.initialPosition : null,
        productId: this.queryProductId ? this.queryProductId : null,
        productCategoryId: this.categoryId ? this.categoryId : null,