空管入库空管出库

This commit is contained in:
2023-12-26 11:17:51 +08:00
parent 8a8f2359c9
commit a4f44f5bd2
5 changed files with 59 additions and 27 deletions

View File

@@ -23,6 +23,7 @@
"button.upload-empty-shaft": "Upload empty shaft",
"button.scrap-foil-roll-down": "Scrap foil roll down",
"button.outbound-delivery": "Outbound delivery",
"button.storage-settings": "Storage settings",
"login.username": "User name",
"login.password": "Password",
"login.remember": "Remember username",
@@ -87,6 +88,8 @@
"filter.starting-point": "Starting point",
"filter.finishing-point": "Finishing point",
"filter.device": "Device",
"filter.material": "Material",
"filter.quantity": "Quantity",
"filter.air-shaft": "Air shaft",
"filter.vehicle-code": "Vehicle code",
"filter.last-roll-down": "Last roll down",
@@ -123,6 +126,12 @@
"grid.FRP-pipe-specifications": "FRP pipe specifications",
"grid.place": "Place",
"grid.delivery-completed": "Delivery completed",
"grid.material-name": "Material name",
"toast.point-not-empty": "The point cannot be empty",
"toast.select-cache-point": "Please select a cache point"
"toast.select-cache-point": "Please select a cache point",
"toast.select-device": "Please select a device",
"toast.select-row": "Please select a row",
"toast.device-not-empty": "The device cannot be empty",
"toast.material-not-empty": "Material cannot be empty",
"toast.quantity-not-empty": "数量不能为空"
}

View File

@@ -23,6 +23,7 @@
"button.upload-empty-shaft": "Memuat naik shaft kosong",
"button.scrap-foil-roll-down": "Scrap foil roll down",
"button.outbound-delivery": "Pengiriman keluar",
"button.storage-settings": "Pengaturan penyimpanan",
"login.username": "Nama pengguna",
"login.password": "Sandi",
"login.remember": "Ingat nama pengguna",
@@ -89,6 +90,8 @@
"filter.starting-point": "Titik awal",
"filter.finishing-point": "Titik akhir",
"filter.device": "Peralatan",
"filter.material": "Material",
"filter.quantity": "Jumlah",
"filter.air-shaft": "Paksi inflasi",
"filter.vehicle-code": "Kode kendaraan",
"filter.last-roll-down": "Roll terakhir turun",
@@ -123,6 +126,12 @@
"grid.FRP-pipe-specifications": "Spesifikasi pipa FRP",
"grid.place": "Tempat",
"grid.delivery-completed": "Pengiriman selesai",
"grid.material-name": "Nama Material",
"toast.point-not-empty": "Titik tidak dapat kosong",
"toast.select-cache-point": "Silakan pilih lokasi cache"
"toast.select-cache-point": "Silakan pilih lokasi cache",
"toast.select-device": "Silakan pilih perangkat",
"toast.select-row": "Silakan pilih baris",
"toast.device-not-empty": "Perangkat tidak dapat kosong",
"toast.material-not-empty": "Material tidak dapat kosong",
"toast.quantity-not-empty": "Kuantitas tidak dapat kosong"
}

View File

@@ -23,6 +23,7 @@
"button.upload-empty-shaft": "上空轴",
"button.scrap-foil-roll-down": "废箔下卷",
"button.outbound-delivery": "出站配送",
"button.storage-settings": "入库设置",
"login.username": "用户名",
"login.password": "密码",
"login.remember": "记住用户名",
@@ -87,6 +88,8 @@
"filter.starting-point": "起点",
"filter.finishing-point": "起点",
"filter.device": "设备",
"filter.material": "物料",
"filter.quantity": "数量",
"filter.air-shaft": "气涨轴",
"filter.vehicle-code": "载具码",
"filter.last-roll-down": "末次下卷",
@@ -123,6 +126,12 @@
"grid.FRP-pipe-specifications": "FRP管规格",
"grid.place": "位置",
"grid.delivery-completed": "配送完成",
"grid.material-name": "物料名称",
"toast.point-not-empty": "点位不能为空",
"toast.select-cache-point": "请选择缓存点位"
"toast.select-cache-point": "请选择缓存点位",
"toast.select-device": "请选择设备",
"toast.select-row": "请选择一行",
"toast.device-not-empty": "设备不能为空",
"toast.material-not-empty": "物料不能为空",
"toast.quantity-not-empty": "数量不能为空"
}