From 278bf4a1b6b266e74c652be44205227d97f41eb9 Mon Sep 17 00:00:00 2001 From: ptt <2403326863@qq.com> Date: Thu, 5 Jun 2025 17:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=A2=E6=9D=90=E7=A3=85=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operation/steelpound/index.vue | 1415 +++++++---------- 1 file changed, 554 insertions(+), 861 deletions(-) diff --git a/ruoyi-ui/src/views/measurement/operation/steelpound/index.vue b/ruoyi-ui/src/views/measurement/operation/steelpound/index.vue index e2f8e4d..5a02cf0 100644 --- a/ruoyi-ui/src/views/measurement/operation/steelpound/index.vue +++ b/ruoyi-ui/src/views/measurement/operation/steelpound/index.vue @@ -1,878 +1,566 @@ @@ -881,7 +569,7 @@ import { listSteelpound, getSteelpound, delSteelpound, addSteelpound, updateStee export default { name: "Steelpound", - dicts: ['pound_status', 'pound', 'sys_yes_no'], + dicts: ['pound_status', 'pound', 'sys_yes_no','weighttype'], data() { return { // 遮罩层 @@ -962,10 +650,15 @@ export default { crtdt: null, crtopr: null, lstedtdt: null, - lstedtopr: null + lstedtopr: null, + weighttype: "2"//过磅方式 }, // 表单参数 form: {}, + tabs: [ + { name: 'weighingRequest', label: '磅单明细' } + ], + activeTab: 'weighingRequest', // 表单校验 rules: { }