From 0fa146d0477e633604caacc926c8458e841146aa Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 28 Sep 2025 14:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=83=A8=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/toolsLease/toolsLease.vue | 2 +- src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/materialsStation/toolsLease/toolsLease.vue b/src/pages/materialsStation/toolsLease/toolsLease.vue index b255596..9de4805 100644 --- a/src/pages/materialsStation/toolsLease/toolsLease.vue +++ b/src/pages/materialsStation/toolsLease/toolsLease.vue @@ -60,7 +60,7 @@
领料工器具: {{ item.maTypeNames }}
领料班组: {{ item.teamName }}
领料工程: {{ item.projectName }}
-
班组长: {{ item.leasePerson }}
+
领料人: {{ item.leasePerson }}
预领数量: {{ item.preCountNum || 0 }}
已领数量: {{ item.alNum || 0 }}
待领数量: {{ item.waitCountNum || 0 }}
diff --git a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue index e2188b1..45972f2 100644 --- a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue +++ b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue @@ -64,15 +64,14 @@ > @@ -80,6 +79,7 @@ v-model="formData.relPhone" placeholder="请输入内容" maxlength="11" + :disabled="isEdit" @blur="checkPhone" >