zhang_12370
5 天以前 e251be5ee099b73aebd646cb2ade4246f95d54b1
添加 单位字段 自动计算属性不可修改
已修改2个文件
7 ■■■■■ 文件已修改
src/views/procureMent/components/ProductionDialog.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procureMent/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procureMent/components/ProductionDialog.vue
@@ -66,7 +66,7 @@
          <el-input
              v-model.number="form.priceIncludingTax"
              placeholder="自动计算"
              :disabled="isViewMode"
              disabled
          >
            <template v-slot:suffix>
              <i style="font-style: normal">元</i>
@@ -77,7 +77,7 @@
          <el-input
              v-model.number="form.totalPriceExcludingTax"
              placeholder="自动计算"
              :disabled="isViewMode"
              disabled
          >
            <template v-slot:suffix>
              <i style="font-style: normal">元</i>
@@ -88,7 +88,7 @@
          <el-input
              v-model.number="form.totalPriceIncludingTax"
              placeholder="自动计算"
              :disabled="isViewMode"
              disabled
          >
            <template v-slot:suffix>
              <i style="font-style: normal">元</i>
src/views/procureMent/index.vue
@@ -201,6 +201,7 @@
  form.value = {
    supplierName: "",
    coal: "",
    unit: "t",
    purchaseQuantity: "",
    priceExcludingTax: "",
    totalPriceExcludingTax: "",