diff --git a/locale/en-1.json b/locale/en-1.json index 1a7b44b..4fd3a42 100644 --- a/locale/en-1.json +++ b/locale/en-1.json @@ -19,6 +19,9 @@ "button.refresh": "Refresh", "button.emptyaxis": "Empty axis", "button.noemptyaxis": "No empty axis", + "button.surerolldown": "Confirm roll down", + "button.returnaxis": "Withdrawal axis", + "button.stockup": "Stock up", "filter.bill-code": "Bill code", "filter.warehouse": "Warehouse", "filter.woodenbox": "Woodenbox", @@ -35,6 +38,12 @@ "filter.lowershaft-l": "Lower shaft left", "filter.lowershaft-r": "Lower shaft right", "filter.mjzcj": "Mother roll temporary storage rack", + "filter.tubecore-l": "Left tube core", + "filter.tubecore-r": "Right tube core", + "filter.axisposition": "Axis position", + "filter.staginglocationA": "Staging location A", + "filter.staginglocationB": "Staging location B", + "filter.corespecifications": "Core specifications", "grid.bill-code": "Bill code", "grid.bill-type": "Bill type", "grid.warehouse-name": "Warehouse name", @@ -65,6 +74,9 @@ "grid.staginglocationA": "Staging location A", "grid.staginglocationB": "Staging location B", "grid.calltime": "Call time", + "grid.coretype": "Core type", + "grid.corename": "Core name", + "grid.areaname": "Area name", "select.uppershaft": "Upper shaft", "select.lowershaft": "Lower shaft" } \ No newline at end of file diff --git a/locale/id-1.json b/locale/id-1.json index 8e19929..e5016c2 100644 --- a/locale/id-1.json +++ b/locale/id-1.json @@ -19,6 +19,9 @@ "button.refresh": "Pembaruan", "button.emptyaxis": "Ada sumbu kosong", "button.noemptyaxis": "Tidak ada poros kosong", + "button.surerolldown": "Buku berikutnya", + "button.returnaxis": "Pulang", + "button.stockup": "Persediaan", "filter.bill-code": "Kode dokumen", "filter.warehouse": "gudang", "filter.woodenbox": "Kotak kayu", @@ -35,6 +38,12 @@ "filter.lowershaft-l": "Poros bawah kiri", "filter.lowershaft-r": "Poros bawah kanan", "filter.mjzcj": "Penyimpanan Volume Ibu", + "filter.tubecore-l": "Core kiri", + "filter.tubecore-r": "Tubula kanan", + "filter.axisposition": "Posisi sumbu", + "filter.staginglocationA": "Temporary A", + "filter.staginglocationB": "Temporary B", + "filter.corespecifications": "Spesifikasi inti", "grid.bill-code": "Nomor dokumen", "grid.bill-type": "Jenis dokumen", "grid.warehouse-name": "Nama gudang", @@ -63,6 +72,9 @@ "grid.staginglocationA": "Temporary A", "grid.staginglocationB": "Temporary B", "grid.calltime": "Waktu panggilan", + "grid.coretype": "Jenis inti", + "grid.corename": "Nama inti", + "grid.areaname": "Nama daerah", "select.uppershaft": "Poros Atas", "select.lowershaft": "Poros bawah" } \ No newline at end of file diff --git a/locale/zh-Hans-1.json b/locale/zh-Hans-1.json index 42bbd51..8a44278 100644 --- a/locale/zh-Hans-1.json +++ b/locale/zh-Hans-1.json @@ -19,6 +19,9 @@ "button.refresh": "刷新", "button.emptyaxis": "有空轴", "button.noemptyaxis": "无空轴", + "button.surerolldown": "确认下卷", + "button.returnaxis": "退轴", + "button.stockup": "备货", "filter.bill-code": "单据编码", "filter.warehouse": "仓库", "filter.woodenbox": "木箱", @@ -35,6 +38,12 @@ "filter.lowershaft-l": "下轴左", "filter.lowershaft-r": "下轴右", "filter.mjzcj": "母卷暂存架", + "filter.staginglocationA": "暂存A位", + "filter.staginglocationB": "暂存B位", + "filter.tubecore-l": "管芯左", + "filter.tubecore-r": "管芯右", + "filter.axisposition": "轴位置", + "filter.corespecifications": "管芯规格", "grid.bill-code": "单据号", "grid.bill-type": "单据类型", "grid.warehouse-name": "仓库名称", @@ -63,8 +72,11 @@ "grid.operate": "操作", "grid.tip": "提示", "grid.staginglocationA": "暂存A位", - "grid.staginglocationB": "暂存A位", + "grid.staginglocationB": "暂存B位", "grid.calltime": "呼叫时间", + "grid.coretype": "管芯类型", + "grid.corename": "管芯名称", + "grid.areaname": "区域名称", "select.uppershaft": "上轴", "select.lowershaft": "下轴" } \ No newline at end of file diff --git a/pages/SecondPhase/slitting/BaitRoll.vue b/pages/SecondPhase/slitting/BaitRoll.vue index 95709e2..6a26df2 100644 --- a/pages/SecondPhase/slitting/BaitRoll.vue +++ b/pages/SecondPhase/slitting/BaitRoll.vue @@ -5,39 +5,39 @@ - 区域 + {{$t('filter.area')}} - + - 设备 + {{$t('filter.device')}} - + - 点位 + {{$t('filter.point')}} - + - 管芯左 + {{$t('filter.tubecore-l')}} - + - 管芯右 + {{$t('filter.tubecore-r')}} - + - 轴位置 + {{$t('filter.axisposition')}} - - + + @@ -81,7 +81,7 @@ newaxis2: [], upL: '', upR: '', - options4: [{value: '1', text: '上轴'}, {value: '2', text: '下轴'}], + options4: [{value: '1', text: this.$t('select.uppershaft')}, {value: '2', text: this.$t('select.lowershaft')}], index4: '1', current: 0 }; diff --git a/pages/SecondPhase/slitting/EmptyAxisReturn.vue b/pages/SecondPhase/slitting/EmptyAxisReturn.vue index 9e746c3..9b11c76 100644 --- a/pages/SecondPhase/slitting/EmptyAxisReturn.vue +++ b/pages/SecondPhase/slitting/EmptyAxisReturn.vue @@ -5,31 +5,31 @@ - 区域 + {{$t('filter.area')}} - + - 点位 + {{$t('filter.point')}} - + - 暂存A位 + {{$t('filter.staginglocationA')}} - + - 暂存B位 + {{$t('filter.staginglocationB')}} - + + - {{$t('filter.mjzcj')}} + {{$t('filter.point')}} @@ -18,7 +18,7 @@ - + diff --git a/pages/SecondPhase/slitting/StockingArea.vue b/pages/SecondPhase/slitting/StockingArea.vue index 621ae01..a436cda 100644 --- a/pages/SecondPhase/slitting/StockingArea.vue +++ b/pages/SecondPhase/slitting/StockingArea.vue @@ -6,7 +6,7 @@ - 点位{{$t('filter.point')}} + {{$t('filter.point')}} @@ -14,7 +14,7 @@ - 托盘{{$t('filter.pallet-number')}} + {{$t('filter.pallet-number')}} diff --git a/pages/SecondPhase/slitting/TubeStock.vue b/pages/SecondPhase/slitting/TubeStock.vue index 66e3593..919ccdc 100644 --- a/pages/SecondPhase/slitting/TubeStock.vue +++ b/pages/SecondPhase/slitting/TubeStock.vue @@ -5,17 +5,17 @@ - 区域 + {{$t('filter.area')}} - + - 管芯规格 + {{$t('filter.corespecifications')}} - + @@ -24,14 +24,14 @@ - - - - - - - - + + + + + + + + @@ -51,9 +51,9 @@ - - - + + + diff --git a/pages/SecondPhase/slitting/UpperShaftCut.vue b/pages/SecondPhase/slitting/UpperShaftCut.vue index 41c7a28..a03a817 100644 --- a/pages/SecondPhase/slitting/UpperShaftCut.vue +++ b/pages/SecondPhase/slitting/UpperShaftCut.vue @@ -7,13 +7,13 @@ {{$t('filter.area')}} - + {{$t('filter.point')}} - + {{$t('grid.staginglocationA')}}:{{obj.a_point}} diff --git a/utils/mork2.js b/utils/mork2.js index 5fb7ad6..7b03a65 100644 --- a/utils/mork2.js +++ b/utils/mork2.js @@ -42,7 +42,7 @@ export const allAuthority = () => { {menu_id: '8', title: '子卷管重维护', path: '/pages/SecondPhase/slitting/SubRollWeight'}, {menu_id: '8', title: '分切上轴', path: '/pages/SecondPhase/slitting/UpperShaftCut'}, {menu_id: '8', title: '分切呼叫送轴', path: '/pages/SecondPhase/slitting/CallShaft'}, - {menu_id: '8', title: '分切上料架管理', path: '/pages/SecondPhase/slitting/RollCacheManage'}, + {menu_id: '8', title: '分切上料管理', path: '/pages/SecondPhase/slitting/RollCacheManage'}, {menu_id: '8', title: '饵料下卷', path: '/pages/SecondPhase/slitting/BaitRoll'}, // {menu_id: '8', title: '空轴绑定', path: '/pages/SecondPhase/slitting/EmptyAxisBind'}, {menu_id: '8', title: '空轴退回', path: '/pages/SecondPhase/slitting/EmptyAxisReturn'},
序号托盘号管芯类型管芯名称数量所在点位所在区域区域名称{{$t('grid.number')}}{{$t('filter.pallet-number')}}{{$t('grid.coretype')}}{{$t('grid.corename')}}{{$t('filter.quantity')}}{{$t('filter.point')}}{{$t('filter.area')}}{{$t('grid.areaname')}}