空管入库空管出库

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": "数量不能为空"
}