zhang_12370
6 天以前 1c4e88c1cb0639663f77a33dbab26c3cac71ad93
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>