From 2c9fbc6f1a3ccd1418efa9c348ec12faf1ab3258 Mon Sep 17 00:00:00 2001
From: zhang_12370 <z2864490065@outlook.com>
Date: 星期三, 23 七月 2025 16:33:06 +0800
Subject: [PATCH] 1、完善表格逻辑 2、完善配煤计算器 3、完善设备管理 4、完善采购管理

---
 src/views/procureMent/components/ProductionDialog.vue |  252 +++++++++++++++++++++++++++++---------------------
 1 files changed, 146 insertions(+), 106 deletions(-)

diff --git a/src/views/procureMent/components/ProductionDialog.vue b/src/views/procureMent/components/ProductionDialog.vue
index 3360364..859cbea 100644
--- a/src/views/procureMent/components/ProductionDialog.vue
+++ b/src/views/procureMent/components/ProductionDialog.vue
@@ -17,24 +17,31 @@
         style="max-width: 400px; margin: 0 auto"
       >
         <el-form-item label="渚涘簲鍟嗗悕绉�" prop="supplierId">
-          <el-select v-model="form.supplierId" placeholder="璇烽�夋嫨渚涘簲鍟�">
-            <el-option :label="item.label" v-for="item in supplyList" :key="item.value" :value="item.value" />
+          <el-select
+            v-model="form.supplierId"
+            placeholder="璇烽�夋嫨渚涘簲鍟�"
+            :disabled="isViewMode"
+          >
+            <el-option
+              :label="item.label"
+              v-for="item in supplyList"
+              :key="item.value"
+              :value="item.value"
+            />
           </el-select>
         </el-form-item>
         <el-form-item label="鐓ょ" prop="coalId">
-          <el-select v-model="form.coalId" placeholder="璇烽�夋嫨鐓ょ">
-            <el-option :label="item.label" v-for="item in coalList" :key="item.value" :value="item.value" />
-          </el-select>
-        </el-form-item>
-        <el-form-item label="鍗曚綅" prop="unit">
           <el-select
-            v-model="form.unit"
-            placeholder="璇烽�夋嫨鍗曚綅"
-            clearable
-            style="width: 100%"
+            v-model="form.coalId"
+            placeholder="璇烽�夋嫨鐓ょ"
+            :disabled="isViewMode"
           >
-            <el-option label="鍚�" value="鍚�" />
-            <el-option label="鍗冨厠" value="鍗冨厠" />
+            <el-option
+              :label="item.label"
+              v-for="item in coalList"
+              :key="item.value"
+              :value="item.value"
+            />
           </el-select>
         </el-form-item>
         <el-form-item label="閲囪喘鏁伴噺" prop="purchaseQuantity">
@@ -42,37 +49,42 @@
             v-model.number="form.purchaseQuantity"
             placeholder="璇疯緭鍏�"
             @blur="handleQuantityBlur"
+            :disabled="isViewMode"
           >
             <template v-slot:suffix>
-              <i style="font-style: normal">{{ form.unit ? form.unit : "" }}</i>
+              <i style="font-style: normal">鍚�</i>
             </template>
-          </el-input> </el-form-item
-        ><el-form-item label="绋庣巼" prop="taxRate">
+          </el-input>
+        </el-form-item>
+        <el-form-item label="绋庣巼" prop="taxRate">
           <el-input
             v-model.number="form.taxRate"
             placeholder="璇疯緭鍏ョ◣鐜�"
             @blur="handleTaxRateBlur"
+            :disabled="isViewMode"
           >
             <template v-slot:suffix>
               <i style="font-style: normal">%</i>
             </template>
           </el-input>
         </el-form-item>
-        <el-form-item label="鍗曚环(涓嶅惈绋�)" prop="priceExcludingTax">
+        <el-form-item label="鍗曚环(鍚◣)" prop="priceIncludingTax">
           <el-input
-            v-model.number="form.priceExcludingTax"
-            placeholder="璇疯緭鍏�"
+            v-model.number="form.priceIncludingTax"
+            placeholder="璇疯緭鍏ュ惈绋庡崟浠�"
             @blur="handlePriceBlur"
+            :disabled="isViewMode"
           >
             <template v-slot:suffix>
               <i style="font-style: normal">鍏�</i>
             </template>
           </el-input>
         </el-form-item>
-        <el-form-item label="鍗曚环(鍚◣)" prop="priceIncludingTax">
+        <el-form-item label="鍗曚环(涓嶅惈绋�)" prop="priceExcludingTax">
           <el-input
-            v-model.number="form.priceIncludingTax"
+            v-model.number="form.priceExcludingTax"
             placeholder="鑷姩璁$畻"
+            disabled
           >
             <template v-slot:suffix>
               <i style="font-style: normal">鍏�</i>
@@ -83,6 +95,7 @@
           <el-input
             v-model.number="form.totalPriceExcludingTax"
             placeholder="鑷姩璁$畻"
+            disabled
           >
             <template v-slot:suffix>
               <i style="font-style: normal">鍏�</i>
@@ -93,6 +106,21 @@
           <el-input
             v-model.number="form.totalPriceIncludingTax"
             placeholder="鑷姩璁$畻"
+            disabled
+          >
+            <template v-slot:suffix>
+              <i style="font-style: normal">鍏�</i>
+            </template>
+          </el-input>
+        </el-form-item>
+        <el-form-item label="杩愯垂" prop="freight">
+          <!-- 榛樿涓�0 -->
+          <el-input
+            type="number"
+            :precision="2"
+            v-model.number="form.freight"
+            placeholder="璇疯緭鍏ヨ繍璐�"
+            :disabled="isViewMode"
           >
             <template v-slot:suffix>
               <i style="font-style: normal">鍏�</i>
@@ -100,7 +128,12 @@
           </el-input>
         </el-form-item>
         <el-form-item label="鐧昏浜�" prop="registrantId">
-          <el-input v-model="form.registrantId" disabled placeholder="璇疯緭鍏�" />
+          <el-input
+            :value="match(form.registrantId)"
+            v-model.number="form.registrantId"
+            disabled
+            placeholder="璇疯緭鍏�"
+          />
         </el-form-item>
         <el-form-item label="鐧昏鏃ユ湡" prop="registrationDate">
           <el-date-picker
@@ -116,13 +149,17 @@
       <template #footer>
         <div class="dialog-footer">
           <!-- 閲嶇疆鍜屽彇娑� -->
-          <el-button @click="handleClose" v-if="title.includes('鏂板')"
-            >鍙栨秷</el-button
-          >
+          <el-button
+            @click="handleClose"
+            v-if="title.includes('鏂板') || title.includes('鏌ョ湅')"
+            >鍙栨秷
+          </el-button>
           <el-button @click="handleReset" v-if="title.includes('缂栬緫')"
-            >閲嶇疆</el-button
+            >閲嶇疆
+          </el-button>
+          <el-button type="primary" v-if="!isViewMode" @click="handleSubmit"
+            >纭</el-button
           >
-          <el-button type="primary" @click="handleSubmit">纭</el-button>
         </div>
       </template>
     </el-dialog>
@@ -133,9 +170,8 @@
 import { ref, defineProps, watch, onMounted, nextTick, computed } from "vue";
 import { ElMessage } from "element-plus";
 import useUserStore from "@/store/modules/user";
-import { addOrEditPR } from "@/api/procureMent";
-import { getSupply } from "@/api/basicInformation/supplier";
-import { getCoalInfo } from "@/api/basicInformation/coal";
+import { addOrEditPR, getSupplyList, getCoalInfoList } from "@/api/procureMent";
+
 const props = defineProps({
   title: {
     type: String,
@@ -157,15 +193,16 @@
 });
 const supplyList = ref([]);
 const coalList = ref([]);
+const isViewMode = computed(() => props.title.includes("鏌ョ湅"));
 // 鑾峰彇渚涘簲鍟嗕笅鎷夊拰鐓ょ涓嬫媺
 const getDropdownData = async () => {
   try {
     const [supplyRes, coalRes] = await Promise.all([
-      getSupply(),
-      getCoalInfo(),
+      getSupplyList(),
+      getCoalInfoList(),
     ]);
-    let supplyData = supplyRes.data.records;
-    let coalData = coalRes.data.records;
+    let supplyData = supplyRes.data;
+    let coalData = coalRes.data;
     supplyList.value = supplyData.map((item) => ({
       value: item.id,
       label: item.supplierName,
@@ -174,80 +211,86 @@
       value: item.id,
       label: item.coal,
     }));
-    console.log(supplyList.value, coalList.value);
   } catch (error) {
-    console.error("鑾峰彇涓嬫媺鏁版嵁澶辫触:", error);
+    ElMessage.error("鑾峰彇涓嬫媺鏁版嵁澶辫触锛岃绋嶅悗閲嶈瘯");
   }
 };
 
 defineExpose({
   getDropdownData,
 });
+// 鏁板�兼牸寮忓寲宸ュ叿鍑芥暟
 const toFixed = (num, precision = 2) => {
   if (isNaN(num) || num === null || num === undefined || num === "") {
     return 0;
   }
-  return (
-    Math.floor(parseFloat(num) * Math.pow(10, precision)) /
-    Math.pow(10, precision)
+  return Number(
+    (
+      Math.floor(parseFloat(num) * Math.pow(10, precision)) /
+      Math.pow(10, precision)
+    ).toFixed(precision)
   );
 };
-// 鍚◣鍗曚环璁$畻
-const unitPriceWithTax = computed(() => {
-  const priceExcludingTax = parseFloat(form.value.priceExcludingTax) || 0;
-  const taxRate = parseFloat(form.value.taxRate) || 0;
-  if (!priceExcludingTax || !taxRate) {
-    return 0;
-  }
-  const result = priceExcludingTax * (1 + taxRate / 100);
-  return toFixed(result, 2);
-});
 
-// 鍚◣鎬讳环璁$畻
-const totalUnitPriceWithTax = computed(() => {
-  const priceExcludingTax = parseFloat(form.value.priceExcludingTax) || 0;
-  const taxRate = parseFloat(form.value.taxRate) || 0;
-  const purchaseQuantity = parseFloat(form.value.purchaseQuantity) || 0;
+// 瀹夊叏鑾峰彇鏁板��
+const safeNumber = (value) => {
+  const num = parseFloat(value);
+  return isNaN(num) ? 0 : num;
+};
 
-  if (!priceExcludingTax || !taxRate || !purchaseQuantity) {
-    return 0;
-  }
+// 璁$畻閫昏緫 - 鍩轰簬鍚◣鍗曚环璁$畻涓嶅惈绋庝环鏍�
+const calculatePrices = () => {
+  const priceIncludingTax = safeNumber(form.value.priceIncludingTax); // 鍚◣鍗曚环
+  const taxRate = safeNumber(form.value.taxRate); // 绋庣巼
+  const quantity = safeNumber(form.value.purchaseQuantity); // 閲囪喘鏁伴噺
 
-  const unitPriceWithTaxValue = priceExcludingTax * (1 + taxRate / 100);
-  const result = unitPriceWithTaxValue * purchaseQuantity;
-  return toFixed(result, 2);
-});
+  // 1. 鏍规嵁鍚◣鍗曚环鍜岀◣鐜囪绠椾笉鍚◣鍗曚环
+  // 涓嶅惈绋庡崟浠� = 鍚◣鍗曚环 / (1 + 绋庣巼/100)
+  const priceExcludingTax =
+    priceIncludingTax && taxRate
+      ? parseFloat((priceIncludingTax / (1 + taxRate / 100)).toFixed(2))
+      : 0;
 
-// 涓嶅惈绋庢�讳环璁$畻
-const taxExclusiveTotalPrice = computed(() => {
-  const purchaseQuantity = parseFloat(form.value.purchaseQuantity) || 0;
-  const priceExcludingTax = parseFloat(form.value.priceExcludingTax) || 0;
+  // 2. 璁$畻涓嶅惈绋庢�讳环 = 涓嶅惈绋庡崟浠� 脳 鏁伴噺
+  const totalPriceExcludingTax =
+    priceExcludingTax && quantity
+      ? toFixed(priceExcludingTax * quantity, 2)
+      : 0;
 
-  if (!purchaseQuantity || !priceExcludingTax) {
-    return 0;
-  }
+  // 3. 璁$畻鍚◣鎬讳环 = 鍚◣鍗曚环 脳 鏁伴噺
+  const totalPriceIncludingTax =
+    priceIncludingTax && quantity
+      ? toFixed(priceIncludingTax * quantity, 2)
+      : 0;
 
-  const result = purchaseQuantity * priceExcludingTax;
-  return toFixed(result, 2);
-});
+  // 淇濊瘉鏄剧ず涓轰袱浣嶅皬鏁帮紙濡�88.5鏄剧ず涓�88.50锛�
+  form.value.priceExcludingTax = priceExcludingTax.toFixed(2);
+  form.value.totalPriceExcludingTax = totalPriceExcludingTax;
+  form.value.totalPriceIncludingTax = totalPriceIncludingTax;
+};
 
-// 鐩戝惉璁$畻鍊煎彉鍖栵紝鍚屾鍒� form 瀵硅薄涓�
-watch(unitPriceWithTax, (newValue) => {
-  form.value.priceIncludingTax = newValue;
-});
-
-watch(totalUnitPriceWithTax, (newValue) => {
-  form.value.totalPriceIncludingTax = newValue;
-});
-
-watch(taxExclusiveTotalPrice, (newValue) => {
-  form.value.totalPriceExcludingTax = newValue;
-});
+// 鐩戝惉琛ㄥ崟瀵硅薄鍙樺寲锛岀敤浜庡鐞嗙紪杈戞ā寮忎笅鐨勬暟鎹姞杞藉拰瀹炴椂璁$畻
+watch(
+  () => [
+    form.value.priceIncludingTax,
+    form.value.taxRate,
+    form.value.purchaseQuantity,
+  ],
+  () => {
+    // 闃叉姈澶勭悊锛岄伩鍏嶉绻佽绠�
+    nextTick(() => {
+      calculatePrices();
+    });
+  },
+  { deep: true }
+);
 
 const userStore = useUserStore();
 const userInfo = ref({});
-
-// 澶勭悊绋庣巼杈撳叆妗嗗け鐒︼紝纭繚绮惧害
+const match = () => {
+  return userInfo.value.nickName || "鏈煡鐢ㄦ埛";
+};
+// 澶勭悊绋庣巼杈撳叆妗嗗け鐒︿簨浠�
 const handleTaxRateBlur = () => {
   if (
     form.value.taxRate !== null &&
@@ -255,24 +298,26 @@
     form.value.taxRate !== ""
   ) {
     form.value.taxRate = toFixed(parseFloat(form.value.taxRate), 2);
+    // watch 浼氳嚜鍔ㄨЕ鍙� calculatePrices锛屼笉闇�瑕佹墜鍔ㄨ皟鐢�
   }
 };
 
-// 澶勭悊涓嶅惈绋庡崟浠疯緭鍏ユ澶辩劍锛岀‘淇濈簿搴�
+// 澶勭悊鍚◣鍗曚环杈撳叆妗嗗け鐒︿簨浠�
 const handlePriceBlur = () => {
   if (
-    form.value.priceExcludingTax !== null &&
-    form.value.priceExcludingTax !== undefined &&
-    form.value.priceExcludingTax !== ""
+    form.value.priceIncludingTax !== null &&
+    form.value.priceIncludingTax !== undefined &&
+    form.value.priceIncludingTax !== ""
   ) {
-    form.value.priceExcludingTax = toFixed(
-      parseFloat(form.value.priceExcludingTax),
+    form.value.priceIncludingTax = toFixed(
+      parseFloat(form.value.priceIncludingTax),
       2
     );
+    // watch 浼氳嚜鍔ㄨЕ鍙� calculatePrices锛屼笉闇�瑕佹墜鍔ㄨ皟鐢�
   }
 };
 
-// 澶勭悊閲囪喘鏁伴噺杈撳叆妗嗗け鐒︼紝纭繚绮惧害
+// 澶勭悊閲囪喘鏁伴噺杈撳叆妗嗗け鐒︿簨浠�
 const handleQuantityBlur = () => {
   if (
     form.value.purchaseQuantity !== null &&
@@ -283,19 +328,22 @@
       parseFloat(form.value.purchaseQuantity),
       3
     ); // 鏁伴噺淇濈暀3浣嶅皬鏁�
+    // watch 浼氳嚜鍔ㄨЕ鍙� calculatePrices锛屼笉闇�瑕佹墜鍔ㄨ皟鐢�
   }
 };
 
 onMounted(async () => {
   let res = await userStore.getInfo();
-  userInfo.value = res;
+  userInfo.value = res.user;
+  await getDropdownData();
+  // 缁勪欢鍔犺浇瀹屾垚鍚庤Е鍙戜竴娆¤绠�
+  calculatePrices();
 });
 const rules = {
   supplierName: [
     { required: true, message: "璇疯緭鍏ヤ緵搴斿晢鍚嶇О", trigger: "blur" },
   ],
   coal: [{ required: true, message: "璇疯緭鍏ョ叅绉�", trigger: "blur" }],
-  unit: [{ required: true, message: "璇疯緭鍏ュ崟浣�", trigger: "blur" }],
   purchaseQuantity: [
     { required: true, message: "璇疯緭鍏ラ噰璐暟閲�", trigger: "blur" },
     { type: "number", message: "閲囪喘鏁伴噺蹇呴』涓烘暟瀛�", trigger: "blur" },
@@ -303,19 +351,12 @@
   priceExcludingTax: [
     { required: true, message: "璇疯緭鍏ュ崟浠�", trigger: "blur" },
   ],
-  totalPriceExcludingTax: [
-    { required: true, message: "璇疯緭鍏ユ�讳环", trigger: "blur" },
-  ],
   priceIncludingTax: [
     { required: true, message: "璇疯緭鍏ュ惈绋庡崟浠�", trigger: "blur" },
   ],
-  totalPriceIncludingTax: [
-    { required: true, message: "璇疯緭鍏ュ惈绋庢�讳环", trigger: "blur" },
-  ],
-  taxRate: [{ required: true, message: "璇疯緭鍏ョ◣鐜�", trigger: "blur" }],
-  registrantId: [{ required: true, message: "璇疯緭鍏ョ櫥璁颁汉", trigger: "blur" }],
-  registrationDate: [
-    { required: true, message: "璇烽�夋嫨鐧昏鏃ユ湡", trigger: "change" },
+  taxRate: [
+    { required: true, message: "璇疯緭鍏ョ◣鐜�", trigger: "blur" },
+    { type: "number", message: "绋庣巼蹇呴』涓烘暟瀛�", trigger: "blur" },
   ],
 };
 // 鍏抽棴寮圭獥
@@ -334,7 +375,6 @@
 const formRef = ref(null);
 // 鎻愪氦琛ㄥ崟
 const handleSubmit = async () => {
-  console.log("鎻愪氦琛ㄥ崟", form.value);
   if (!formRef.value) return;
   await formRef.value.validate(async (valid) => {
     if (valid) {
@@ -366,4 +406,4 @@
 };
 </script>
 
-<style lang="sass" scoped></style>
+<style lang="scss" scoped></style>

--
Gitblit v1.9.3