diff --git a/common/style/layout.styl b/common/style/layout.styl index c8cbaa2..701fcf6 100644 --- a/common/style/layout.styl +++ b/common/style/layout.styl @@ -391,9 +391,12 @@ uni-button:after { box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7); } .btn-submit { + display: grid; + place-items: center; /* 垂直和水平居中 */ padding: 0; font-size: 28rpx; - line-height: 73rpx; + line-height: 28rpx; + height: 73rpx; border-radius: 10rpx; border-width: 2rpx; border-style: solid; diff --git a/common/style/reset.css b/common/style/reset.css index ebd5935..52702a9 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -140,6 +140,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re .h-50 { height: 50% !important; } +.mgt40 { + margin-top: 40rpx; +} .mgb10 { margin-bottom: 10rpx; } diff --git a/components/SearchPopup.vue b/components/SearchPopup.vue index 2f833fa..eabdef4 100644 --- a/components/SearchPopup.vue +++ b/components/SearchPopup.vue @@ -1,7 +1,7 @@ diff --git a/pages/SecondPhase/DeliveryUnbind.vue b/pages/SecondPhase/DeliveryUnbind.vue index 9fa27f7..87afd44 100644 --- a/pages/SecondPhase/DeliveryUnbind.vue +++ b/pages/SecondPhase/DeliveryUnbind.vue @@ -6,7 +6,7 @@ - {{$t('filter.wooden-box-code')}} + {{$t('filter.box-no')}} diff --git a/pages/SecondPhase/DeliveryUnbindConfirm.vue b/pages/SecondPhase/DeliveryUnbindConfirm.vue index 419687e..2075456 100644 --- a/pages/SecondPhase/DeliveryUnbindConfirm.vue +++ b/pages/SecondPhase/DeliveryUnbindConfirm.vue @@ -5,7 +5,7 @@ - 木箱号 + {{$t('filter.box-no')}} @@ -23,13 +23,13 @@ - - + + - - + + - + @@ -48,9 +48,9 @@ - - - + + + @@ -60,14 +60,14 @@
木箱号点位编码{{$t('filter.box-no')}}{{$t('grid.point-code')}} 点位名称重量产品编码{{$t('grid.weight')}}{{$t('grid.product-code')}} 产品名称订单号{{$t('grid.order-number')}}
- - + + - + - + diff --git a/pages/SecondPhase/EmptyBoxInStore.vue b/pages/SecondPhase/EmptyBoxInStore.vue index 8416300..a111cba 100644 --- a/pages/SecondPhase/EmptyBoxInStore.vue +++ b/pages/SecondPhase/EmptyBoxInStore.vue @@ -6,7 +6,7 @@ - {{$t('filter.wooden-box-code')}} + {{$t('filter.box-no')}} diff --git a/pages/SecondPhase/EmptyBoxOutStore.vue b/pages/SecondPhase/EmptyBoxOutStore.vue index fb97f24..dee75ae 100644 --- a/pages/SecondPhase/EmptyBoxOutStore.vue +++ b/pages/SecondPhase/EmptyBoxOutStore.vue @@ -6,7 +6,7 @@ - 木箱号 + {{$t('filter.box-no')}} @@ -33,15 +33,15 @@
木箱号子卷号{{$t('filter.box-no')}}{{$t('grid.sub-roll-number')}} sap批次 净重 状态订单号{{$t('grid.order-number')}} 客户编码客户名称{{$t('grid.customer-name')}} 幅宽 厚度 长度
- - + + - + @@ -66,7 +66,7 @@ - + diff --git a/pages/SecondPhase/ManMaintain.vue b/pages/SecondPhase/ManMaintain.vue index aaec7ba..5742ebf 100644 --- a/pages/SecondPhase/ManMaintain.vue +++ b/pages/SecondPhase/ManMaintain.vue @@ -21,8 +21,8 @@ - - + + diff --git a/pages/SecondPhase/SubRollPackUnbind.vue b/pages/SecondPhase/SubRollPackUnbind.vue index 77ec54b..7f9ce32 100644 --- a/pages/SecondPhase/SubRollPackUnbind.vue +++ b/pages/SecondPhase/SubRollPackUnbind.vue @@ -6,7 +6,7 @@ - 子卷号 + {{$t('grid.sub-roll-number')}} - + diff --git a/pages/SecondPhase/finished/BoxWeight.vue b/pages/SecondPhase/finished/BoxWeight.vue index ef36658..3f13d36 100644 --- a/pages/SecondPhase/finished/BoxWeight.vue +++ b/pages/SecondPhase/finished/BoxWeight.vue @@ -6,14 +6,14 @@ - 木箱 + {{$t('filter.box-no')}} - 重量 + {{$t('grid.weight')}} @@ -21,7 +21,7 @@ - + diff --git a/pages/SecondPhase/finished/ReturnToStore.vue b/pages/SecondPhase/finished/ReturnToStore.vue index e336463..ebdfcbe 100644 --- a/pages/SecondPhase/finished/ReturnToStore.vue +++ b/pages/SecondPhase/finished/ReturnToStore.vue @@ -5,14 +5,14 @@ - 单据类型 + {{$t('filter.document-type')}} - 木箱号 + {{$t('filter.box-no')}} @@ -20,7 +20,7 @@ - 点位 + {{$t('grid.point-code')}} @@ -29,7 +29,7 @@ - + diff --git a/pages/SecondPhase/finished/abnorToStore.vue b/pages/SecondPhase/finished/abnorToStore.vue index 292e21c..e64029b 100644 --- a/pages/SecondPhase/finished/abnorToStore.vue +++ b/pages/SecondPhase/finished/abnorToStore.vue @@ -5,14 +5,14 @@ - 单据类型 + {{$t('filter.document-type')}} - + - 木箱号 + {{$t('filter.box-no')}} @@ -28,7 +28,7 @@ - 点位 + {{$t('grid.point-code')}} @@ -37,7 +37,7 @@ - + diff --git a/pages/SecondPhase/lvt/EmptyBox.vue b/pages/SecondPhase/lvt/EmptyBox.vue index 56e674d..32474e9 100644 --- a/pages/SecondPhase/lvt/EmptyBox.vue +++ b/pages/SecondPhase/lvt/EmptyBox.vue @@ -20,7 +20,7 @@ - 木箱号 + {{$t('filter.box-no')}} @@ -32,7 +32,7 @@
选择木箱号{{$t('grid.select')}}{{$t('filter.box-no')}} 木箱料号 木箱描述 最大子卷数 木箱长度 木箱宽度 木箱高度载具类型{{$t('filter.vehicle-type')}} 木箱重量 仓位
- + @@ -63,8 +63,8 @@ - - + + diff --git a/pages/SecondPhase/point/ErrorOutUnlock.vue b/pages/SecondPhase/point/ErrorOutUnlock.vue index 3d3759b..48000e4 100644 --- a/pages/SecondPhase/point/ErrorOutUnlock.vue +++ b/pages/SecondPhase/point/ErrorOutUnlock.vue @@ -6,7 +6,7 @@ - 木箱 + {{$t('filter.box-no')}} - 点位 + {{$t('grid.point-code')}} diff --git a/pages/SecondPhase/point/ManPass.vue b/pages/SecondPhase/point/ManPass.vue index 18d4357..fe8f47b 100644 --- a/pages/SecondPhase/point/ManPass.vue +++ b/pages/SecondPhase/point/ManPass.vue @@ -5,16 +5,16 @@ - 载具类型 + {{$t('filter.vehicle-type')}} - + - - + + diff --git a/pages/SecondPhase/point/PointManage.vue b/pages/SecondPhase/point/PointManage.vue index 56cb0e0..e6b1348 100644 --- a/pages/SecondPhase/point/PointManage.vue +++ b/pages/SecondPhase/point/PointManage.vue @@ -6,7 +6,7 @@ - 点位 + {{$t('grid.point-code')}} @@ -14,7 +14,7 @@ - 空轴/母卷 + 空轴/{{$t('filter.mother-roll')}} - 点位 + {{$t('grid.point-code')}} @@ -14,20 +14,20 @@ - 母卷 + {{$t('filter.mother-roll')}} - 温度 + {{$t('filter.temperature')}} - 时间 + {{$t('filter.time')}} @@ -35,10 +35,10 @@ - - - - + + + + diff --git a/pages/SecondPhase/production/BoxStock.vue b/pages/SecondPhase/production/BoxStock.vue index f3010a2..6e3debe 100644 --- a/pages/SecondPhase/production/BoxStock.vue +++ b/pages/SecondPhase/production/BoxStock.vue @@ -6,7 +6,7 @@ - 子卷号 + {{$t('grid.sub-roll-number')}} @@ -18,18 +18,18 @@
木箱号{{$t('filter.box-no')}} 木箱料号 木箱描述 最大子卷数
- + - + + -
木箱号{{$t('filter.box-no')}} 木箱编码点位{{$t('grid.point-code')}} 木箱规格
{{e.box_no}}{{e.material_code}} {{e.material_name}} {{e.struct_code}}{{e.material_code}}
@@ -38,8 +38,8 @@
- - + +
diff --git a/pages/SecondPhase/production/ManmadeBake.vue b/pages/SecondPhase/production/ManmadeBake.vue index 2eec15e..35983ae 100644 --- a/pages/SecondPhase/production/ManmadeBake.vue +++ b/pages/SecondPhase/production/ManmadeBake.vue @@ -6,7 +6,7 @@ - 点位 + {{$t('grid.point-code')}} @@ -14,27 +14,27 @@ - 母卷 + {{$t('filter.mother-roll')}} - 温度 + {{$t('filter.temperature')}} - 时间 + {{$t('filter.time')}} - 终点 + {{$t('filter.end')}} @@ -43,9 +43,9 @@ - - - + + + diff --git a/pages/SecondPhase/production/PrintTable.vue b/pages/SecondPhase/production/PrintTable.vue index c199d4a..d7e3d59 100644 --- a/pages/SecondPhase/production/PrintTable.vue +++ b/pages/SecondPhase/production/PrintTable.vue @@ -6,7 +6,7 @@ - 子卷号 + {{$t('grid.sub-roll-number')}} @@ -15,19 +15,19 @@ 打印机 - + 标签类型 - + - + diff --git a/pages/SecondPhase/production/SboProcess.vue b/pages/SecondPhase/production/SboProcess.vue index 4a15f8e..e52cd59 100644 --- a/pages/SecondPhase/production/SboProcess.vue +++ b/pages/SecondPhase/production/SboProcess.vue @@ -5,8 +5,8 @@ - - + + @@ -15,18 +15,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -51,10 +51,10 @@ - - - - + + + + - - - - + + @@ -90,12 +88,12 @@ title: '', top: 0, initialConditions: [ - { required: false, key: 'scan', label: '点位', value: ''}, - { required: false, key: 'scan', label: '类型', value: '' } + { required: false, key: 'scan', label: this.$t('grid.point-code'), value: ''}, + { required: false, key: 'scan', label: this.$t('filter.mother-roll'), value: '' } ], conditions: [ - { required: false, key: 'scan', label: '点位', value: ''}, - { required: false, key: 'scan', label: '类型', value: '' } + { required: false, key: 'scan', label: this.$t('grid.point-code'), value: ''}, + { required: false, key: 'scan', label: this.$t('filter.mother-roll'), value: '' } ], dataList: [], pkId: '', diff --git a/pages/SecondPhase/production/SboProdProgress.vue b/pages/SecondPhase/production/SboProdProgress.vue index 5253a25..7aaf444 100644 --- a/pages/SecondPhase/production/SboProdProgress.vue +++ b/pages/SecondPhase/production/SboProdProgress.vue @@ -5,14 +5,14 @@ - 区域 + {{$t('filter.area')}} - + - 点位 + {{$t('grid.point-code')}} @@ -20,7 +20,7 @@ - 母卷 + {{$t('grid.mother-roll-number')}} @@ -32,15 +32,15 @@
状态母卷号工单号机台编码产品编码理论长度开始时间结束时间总重量车号生产区域更新时间{{$t('filter.state')}}{{$t('grid.mother-roll-number')}}{{$t('grid.work-order-number')}}{{$t('grid.machine-code')}}{{$t('grid.product-code')}}{{$t('grid.theoretical-length')}}{{$t('grid.start-time')}}{{$t('grid.end-time')}}{{$t('grid.total-weight')}}{{$t('grid.car-number')}}{{$t('grid.production-area')}}{{$t('grid.update-time')}}
- - - - - - - - - + + + + + + + + + @@ -62,7 +62,7 @@ - + diff --git a/pages/SecondPhase/production/SurfaceProcess.vue b/pages/SecondPhase/production/SurfaceProcess.vue index f2fdebd..b7f4cb7 100644 --- a/pages/SecondPhase/production/SurfaceProcess.vue +++ b/pages/SecondPhase/production/SurfaceProcess.vue @@ -6,7 +6,7 @@ - 点位 + {{$t('grid.point-code')}} - 母卷 + {{$t('filter.mother-roll')}} - - - - + + + + diff --git a/pages/SecondPhase/production/ZjCheck.vue b/pages/SecondPhase/production/ZjCheck.vue index 856b5f5..a51e373 100644 --- a/pages/SecondPhase/production/ZjCheck.vue +++ b/pages/SecondPhase/production/ZjCheck.vue @@ -6,29 +6,29 @@ - 子卷号 + {{$t('grid.sub-roll-number')}} - 管制点 + {{$t('filter.control-point')}} - + - 检验结果 + {{$t('filter.inspection-results')}} - + - - + + diff --git a/pages/SecondPhase/production/ZjContainer.vue b/pages/SecondPhase/production/ZjContainer.vue index ac42e7e..6fbc641 100644 --- a/pages/SecondPhase/production/ZjContainer.vue +++ b/pages/SecondPhase/production/ZjContainer.vue @@ -6,7 +6,7 @@ - 子卷号 + {{$t('grid.sub-roll-number')}} @@ -18,13 +18,13 @@
母卷号开始时间预计结束时间机台编码点位编码产品编码理论长度工单号剩余时间(分){{$t('grid.mother-roll-number')}}{{$t('grid.start-time')}}{{$t('grid.expected-end-time')}}{{$t('grid.machine-code')}}{{$t('grid.point-code')}}{{$t('grid.product-code')}}{{$t('grid.theoretical-length')}}{{$t('grid.work-order-number')}}{{$t('grid.remain-time')}}
- - - - - - - + + + + + + + @@ -45,7 +45,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -90,7 +90,7 @@ - + diff --git a/pages/SecondPhase/production/ZjInStore.vue b/pages/SecondPhase/production/ZjInStore.vue index d2637b3..97d8ee7 100644 --- a/pages/SecondPhase/production/ZjInStore.vue +++ b/pages/SecondPhase/production/ZjInStore.vue @@ -6,7 +6,7 @@ - 子卷号 + {{$t('grid.sub-roll-number')}} @@ -27,9 +27,9 @@
选择订单号客户名称子卷号子卷规格子卷重量子管重量{{$t('grid.select')}}{{$t('grid.order-number')}}{{$t('grid.customer-name')}}{{$t('grid.sub-roll-number')}}{{$t('grid.sub-roll')}}{{$t('grid.specifications')}}{{$t('grid.sub-roll')}}{{$t('grid.weight')}}{{$t('grid.subtube')}}{{$t('grid.weight')}} 木箱料号
木箱规格物料名称{{$t('grid.material-name')}} 木箱长度 木箱宽度 木箱高度
- + - + @@ -56,7 +56,7 @@ - +
木箱码{{$t('filter.box-no')}} 子卷容量产品描述{{$t('grid.product-description')}} sap批次 产品规格(幅宽) 木箱重量