diff --git a/locale/zh-Hans-1.json b/locale/zh-Hans-1.json index 0e0dcd2..8565197 100644 --- a/locale/zh-Hans-1.json +++ b/locale/zh-Hans-1.json @@ -1,3 +1,15 @@ { - + "button.check": "盘点", + "filter.bill-code": "单据编码", + "filter.warehouse": "仓库", + "grid.bill-code": "单据号", + "grid.bill-type": "单据类型", + "grid.warehouse-name": "仓库名称", + "grid.dtl-number": "明细数", + "grid.status": "状态", + "grid.is-error": "是否异常", + "grid.create-man": "创建人", + "grid.create-time": "创建时间", + "grid.confirm-man": "确认人", + "grid.confirm-time": "确认时间" } \ No newline at end of file diff --git a/pages/WarehouseManage/CheckList.vue b/pages/WarehouseManage/CheckList.vue index f0eb9ea..d9b5aca 100644 --- a/pages/WarehouseManage/CheckList.vue +++ b/pages/WarehouseManage/CheckList.vue @@ -1,16 +1,19 @@