From 4cb407a5a573068692af18ca31fdd7d43fe4aac1 Mon Sep 17 00:00:00 2001 From: xiaosuonian <913474402@qq.com> Date: Mon, 9 Jun 2025 14:03:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=A3=85=E7=82=B9=E7=95=8C=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E5=89=8D=E6=AE=B5=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/.env.development | 2 +- ruoyi-ui/.env.production | 2 +- ruoyi-ui/.env.staging | 2 +- .../operation/moltenironpound/index.vue | 1557 ++++++++--------- .../operation/outinpound/index.vue | 494 +----- .../operation/shortdispound/index.vue | 1 + .../operation/steelblankpound/index.vue | 1 + .../operation/steelpound/index.vue | 1 + 8 files changed, 776 insertions(+), 1284 deletions(-) diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index 302ecd1..1f06945 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 计量系统 # 开发环境配置 ENV = 'development' diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index b4893b0..1ee19cb 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 计量系统 # 生产环境配置 ENV = 'production' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index 209b64e..7314cb5 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 计量系统 BABEL_ENV = production diff --git a/ruoyi-ui/src/views/measurement/operation/moltenironpound/index.vue b/ruoyi-ui/src/views/measurement/operation/moltenironpound/index.vue index 1767a40..f7f0ca5 100644 --- a/ruoyi-ui/src/views/measurement/operation/moltenironpound/index.vue +++ b/ruoyi-ui/src/views/measurement/operation/moltenironpound/index.vue @@ -1,878 +1,704 @@ + @@ -881,7 +707,7 @@ import { listMoltenironpound, getMoltenironpound, delMoltenironpound, addMolteni export default { name: "Moltenironpound", - dicts: ['pound_status', 'pound', 'sys_yes_no'], + dicts: ['pound_status', 'pound', 'sys_yes_no','weighttype'], data() { return { // 遮罩层 @@ -966,6 +792,11 @@ export default { }, // 表单参数 form: {}, + tabs: [ + { name: 'weighingRequest', label: '过磅明细' }, + { name: 'tareRequest', label: '完成磅单' }, + ], + activeTab: 'weighingRequest', // 表单校验 rules: { } diff --git a/ruoyi-ui/src/views/measurement/operation/outinpound/index.vue b/ruoyi-ui/src/views/measurement/operation/outinpound/index.vue index 050a590..ad1d556 100644 --- a/ruoyi-ui/src/views/measurement/operation/outinpound/index.vue +++ b/ruoyi-ui/src/views/measurement/operation/outinpound/index.vue @@ -1,3 +1,4 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -540,89 +289,6 @@ {{ parseTime(scope.row.wghdt, '{y}-{m}-{d}') }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -635,9 +301,11 @@ diff --git a/ruoyi-ui/src/views/measurement/operation/shortdispound/index.vue b/ruoyi-ui/src/views/measurement/operation/shortdispound/index.vue index 2b56da4..3323f82 100644 --- a/ruoyi-ui/src/views/measurement/operation/shortdispound/index.vue +++ b/ruoyi-ui/src/views/measurement/operation/shortdispound/index.vue @@ -1,3 +1,4 @@ +