gongchunyi
9 小时以前 2aaa8c190128efa6399124a00798c3c6efa2f86e
src/views/procurementManagement/procurementLedger/index.vue
@@ -494,6 +494,7 @@
                v-model="productForm.taxInclusiveUnitPrice"
                :precision="2"
                :step="0.1"
                :min="0"
                clearable
                style="width: 100%"
                @change="mathNum"
@@ -504,6 +505,7 @@
                  <el-form-item label="数量:" prop="quantity">
                     <el-input-number
                        :step="0.1"
                        :min="0"
                        clearable
                        :precision="2"
                        style="width: 100%"
@@ -521,6 +523,7 @@
                v-model="productForm.taxInclusiveTotalPrice"
                :precision="2"
                :step="0.1"
                :min="0"
                clearable
                style="width: 100%"
                @change="reverseMathNum('taxInclusiveTotalPrice')"
@@ -532,12 +535,16 @@
              label="不含税总价(元):"
              prop="taxExclusiveTotalPrice"
            >
              <el-input
              <el-input-number
                v-model="productForm.taxExclusiveTotalPrice"
                :precision="2"
                :min="0"
                style="width: 100%"
                @change="reverseMathNum('taxExclusiveTotalPrice')"
              />
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="30">
          <el-col :span="12">
@@ -558,10 +565,12 @@
                        v-model="productForm.warnNum"
                        :precision="2"
                        :step="0.1"
                        :min="0"
                        clearable
                        style="width: 100%"
                     />
                  </el-form-item>
               </el-col>
        </el-row>
      </el-form>
@@ -651,11 +660,13 @@
                v-model="scanAddForm.contractAmount"
                :precision="2"
                :step="0.1"
                :min="0"
                clearable
                style="width: 100%"
                placeholder="请输入"
              />
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="20">