From cdc1a12511fa7e6d7cb04c3a8a07ddc3d6ce5442 Mon Sep 17 00:00:00 2001 From: xiaosuonian <913474402@qq.com> Date: Mon, 30 Jun 2025 11:35:28 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=93=81=E6=B0=B4=E7=A3=85=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=88=9D=E6=AD=A5=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operation/moltenironpound/index.vue | 636 ++---------------- 1 file changed, 59 insertions(+), 577 deletions(-) diff --git a/ruoyi-ui/src/views/measurement/operation/moltenironpound/index.vue b/ruoyi-ui/src/views/measurement/operation/moltenironpound/index.vue index f7f0ca5..079b0b5 100644 --- a/ruoyi-ui/src/views/measurement/operation/moltenironpound/index.vue +++ b/ruoyi-ui/src/views/measurement/operation/moltenironpound/index.vue @@ -104,13 +104,10 @@ -
-
-
- 主磅单信息 -
-
+ + + 主磅单信息 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
+ +
-
-
-
-
+ + {{ tab.label }} -
-
- - - - - - - - - - - - - - - - 查询磅单 - -
- {{ tab.label }} + @@ -281,104 +145,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + {{ tab.label }} + + + + + + + + + + + + + + + + 查询磅单 + + @@ -389,224 +199,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- 历史皮重 -
-
- 称皮重 -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- 操作 -
-
- + + + 操作 + @@ -692,13 +289,9 @@ -
-
-
-
-
+ +
-
@@ -711,7 +304,7 @@ export default { data() { return { // 遮罩层 - loading: true, + loading: false, // 选中数组 ids: [], // 非单个禁用 @@ -734,61 +327,6 @@ export default { pageSize: 10, billstate: null, usrcode: null, - carno: null, - wghmqty: null, - empmqty: null, - netmqty: null, - wghdt: null, - empdt: null, - srcpunmqty: null, - srcwghmqty: null, - srcempmqty: null, - srcnetmqty: null, - itmname: null, - wghdtoprname: null, - empdtoprname: null, - specification: null, - msrname: null, - poundid: null, - poundname: null, - empsysid: null, - empusrcode: null, - wghsysid: null, - wghusrcode: null, - recunitid: null, - recunitname: null, - sendunitid: null, - sendunitname: null, - trnunitid: null, - trnunitname: null, - bsnunitid: null, - bsnunitname: null, - bsndptid: null, - bsndptname: null, - wghtype: null, - scltype: null, - cardriver: null, - srcblltype: null, - pondsrc: null, - wetusrcode: null, - srcbllusrcode: null, - boilerno: null, - steeno: null, - unitlen: null, - indexid: null, - carnolz: null, - steeltype: null, - linetype: null, - batno: null, - lzno: null, - lqty: null, - bdcode: null, - crtorgid: null, - isinuse: null, - crtdt: null, - crtopr: null, - lstedtdt: null, - lstedtopr: null }, // 表单参数 form: {}, @@ -803,7 +341,7 @@ export default { } }, created() { - this.getList() + // this.getList() }, methods: { /** 查询铁水磅列表 */ @@ -826,62 +364,6 @@ export default { id: null, billstate: null, usrcode: null, - carno: null, - wghmqty: null, - empmqty: null, - netmqty: null, - wghdt: null, - empdt: null, - srcpunmqty: null, - srcwghmqty: null, - srcempmqty: null, - srcnetmqty: null, - itmname: null, - wghdtoprname: null, - empdtoprname: null, - specification: null, - msrname: null, - poundid: null, - poundname: null, - empsysid: null, - empusrcode: null, - wghsysid: null, - wghusrcode: null, - recunitid: null, - recunitname: null, - sendunitid: null, - sendunitname: null, - trnunitid: null, - trnunitname: null, - bsnunitid: null, - bsnunitname: null, - bsndptid: null, - bsndptname: null, - wghtype: null, - scltype: null, - cardriver: null, - srcblltype: null, - pondsrc: null, - wetusrcode: null, - srcbllusrcode: null, - remark: null, - boilerno: null, - steeno: null, - unitlen: null, - indexid: null, - carnolz: null, - steeltype: null, - linetype: null, - batno: null, - lzno: null, - lqty: null, - bdcode: null, - crtorgid: null, - isinuse: null, - crtdt: null, - crtopr: null, - lstedtdt: null, - lstedtopr: null } this.resetForm("form") },