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: { }