空管入库空管出库

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