分切下料2-左右卷

This commit is contained in:
2025-07-01 09:46:02 +08:00
parent f368f15a99
commit 4367a5ff07
4 changed files with 53 additions and 6 deletions

View File

@@ -43,6 +43,7 @@
"filter.tubecore-l": "Left tube core",
"filter.tubecore-r": "Right tube core",
"filter.axisposition": "Axis position",
"filter.rollposition": "Roll position",
"filter.staginglocationA": "Staging location A",
"filter.staginglocationB": "Staging location B",
"filter.corespecifications": "Core specifications",
@@ -80,5 +81,7 @@
"grid.corename": "Core name",
"grid.areaname": "Area name",
"select.uppershaft": "Upper shaft",
"select.lowershaft": "Lower shaft"
"select.lowershaft": "Lower shaft",
"select.leftroll": "Left roll",
"select.rightroll": "Right roll"
}

View File

@@ -43,6 +43,7 @@
"filter.tubecore-l": "Core kiri",
"filter.tubecore-r": "Tubula kanan",
"filter.axisposition": "Posisi sumbu",
"filter.rollposition": "Lokasi Volume",
"filter.staginglocationA": "Temporary A",
"filter.staginglocationB": "Temporary B",
"filter.corespecifications": "Spesifikasi inti",
@@ -78,5 +79,7 @@
"grid.corename": "Nama inti",
"grid.areaname": "Nama daerah",
"select.uppershaft": "Poros Atas",
"select.lowershaft": "Poros bawah"
"select.lowershaft": "Poros bawah",
"select.leftroll": "Gulung Kiri",
"select.rightroll": "Gulung kanan"
}

View File

@@ -44,7 +44,8 @@
"filter.staginglocationB": "暂存B位",
"filter.tubecore-l": "管芯左",
"filter.tubecore-r": "管芯右",
"filter.axisposition": "轴位置",
"filter.axisposition": "轴上下位置",
"filter.rollposition": "卷左右位置",
"filter.corespecifications": "管芯规格",
"grid.bill-code": "单据号",
"grid.bill-type": "单据类型",
@@ -70,7 +71,8 @@
"grid.expected-end-time": "预计结束时间",
"grid.remain-time": "剩余时间(分)",
"grid.jtcode": "机台编号",
"grid.axisposition": "轴位置",
"grid.axisposition": "轴上下位置",
"grid.rollposition": "卷左右位置",
"grid.operate": "操作",
"grid.tip": "提示",
"grid.staginglocationA": "暂存A位",
@@ -80,5 +82,7 @@
"grid.corename": "管芯名称",
"grid.areaname": "区域名称",
"select.uppershaft": "上轴",
"select.lowershaft": "下轴"
"select.lowershaft": "下轴",
"select.leftroll": "左卷",
"select.rightroll": "右卷"
}