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") },