86 lines
2.4 KiB
JavaScript
86 lines
2.4 KiB
JavaScript
export default {
|
|
'groupDickManage': {
|
|
'title': '组盘',
|
|
'title1': '编辑托盘状态',
|
|
'title2': '组盘详情',
|
|
'title3': '载具物料信息',
|
|
'title4': '物料选择',
|
|
'title5': '物料',
|
|
'title6': '组盘表',
|
|
'dialog': {
|
|
'code': '组盘编号',
|
|
'status': '状态',
|
|
'create_time': '组盘时间',
|
|
'create_name': '组盘人',
|
|
'operate': '操作',
|
|
'index': '序号',
|
|
'stor_code': '仓库',
|
|
'vehicle_code': '托盘编号',
|
|
'parent_vehicle_code': '父托盘编码',
|
|
'material_id': '物料id',
|
|
'material_name': '物料名称',
|
|
'material_code': '物料编号',
|
|
'material_spec': '物料规格',
|
|
'pcsn': '批次',
|
|
'qty': '数量',
|
|
'frozen_qty': '冻结数',
|
|
'unit_id': '单位',
|
|
'source_form_type': '源单类型',
|
|
'source_form_id': '源单号',
|
|
'has_child': '是否含子托盘',
|
|
'remark': '明细备注',
|
|
'update_time': '更新时间'
|
|
},
|
|
'material': {
|
|
'material_code': '物料编码',
|
|
'material_name': '物料名称',
|
|
'material_spec': '规格',
|
|
'material_model': '型号',
|
|
'class_code': '分类编码',
|
|
'class_name': '物料分类',
|
|
'single_weight': '物料单重',
|
|
'product_series_name': '系列',
|
|
'unit_name': '计量单位'
|
|
},
|
|
'placeholder': {
|
|
'label1': '托盘号',
|
|
'select1': '托盘号',
|
|
'label2': '组盘日期',
|
|
'label3': '结束日期',
|
|
'label4': '开始日期',
|
|
'label5': '组盘状态',
|
|
'select5': '请选择',
|
|
'label6': '日期区间',
|
|
'label7': '发货单号',
|
|
'label8': '发货单导入',
|
|
'label9': '物料类别',
|
|
'select9': '选择物料类别',
|
|
'label10': '模糊搜索',
|
|
'select10': '编码、名称',
|
|
'parent_vehicle_code': '父托盘',
|
|
'label11': '单据状态',
|
|
'select11': '单据状态',
|
|
'label12': '源单类型',
|
|
'label13': '源单id',
|
|
'label14': '备注',
|
|
'label15': '系统生成',
|
|
'label16': '生成',
|
|
'label17': '仓库',
|
|
'label18': '所属仓库'
|
|
},
|
|
'other': {
|
|
'button1': '导入',
|
|
'button2': '编辑状态',
|
|
'button3': '物料组盘',
|
|
'successful': '操作成功',
|
|
'save': '保存',
|
|
'close': '关闭',
|
|
'Confirm': '确认',
|
|
'Cancel': '取消'
|
|
},
|
|
'msg': {
|
|
'msg1': '请先勾选物料'
|
|
}
|
|
}
|
|
}
|