|
|
|
|
@ -813,5 +813,172 @@ export default {
|
|
|
|
|
validatorComponentRequired: 'Key component can not be empty',
|
|
|
|
|
validatorIsEnableRequired: 'Enabled can not be empty'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
SparePartsManagement: {
|
|
|
|
|
SpareInfo: {
|
|
|
|
|
name: 'Spare Part Name',
|
|
|
|
|
code: 'Spare Part Code',
|
|
|
|
|
standard: 'Specification',
|
|
|
|
|
category: 'Category',
|
|
|
|
|
unit: 'Unit',
|
|
|
|
|
safetyNumber: 'Safety Stock',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
createTime: 'Create Time',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
exportFilename: 'SparePartsInfo.xls',
|
|
|
|
|
placeholderName: 'Please input name',
|
|
|
|
|
placeholderCode: 'Please input code',
|
|
|
|
|
placeholderUnit: 'Please select unit',
|
|
|
|
|
placeholderSafetyNumber: 'Please input safety stock',
|
|
|
|
|
placeholderRemark: 'Please input remark',
|
|
|
|
|
placeholderStandard: 'Please input specification',
|
|
|
|
|
placeholderExpiryDay: 'Please input shelf life (days)',
|
|
|
|
|
validatorNameRequired: 'Spare part name can not be empty',
|
|
|
|
|
validatorCodeRequired: 'Spare part code can not be empty',
|
|
|
|
|
validatorCategoryRequired: 'Category can not be empty',
|
|
|
|
|
validatorUnitRequired: 'Unit can not be empty',
|
|
|
|
|
validatorStatusRequired: 'Status can not be empty'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
SpareStock: {
|
|
|
|
|
product: 'Spare Part',
|
|
|
|
|
warehouse: 'Warehouse',
|
|
|
|
|
category: 'Category',
|
|
|
|
|
count: 'Stock Quantity',
|
|
|
|
|
unit: 'Unit',
|
|
|
|
|
exportFilename: 'SparePartsStock.xls',
|
|
|
|
|
placeholderProduct: 'Please select spare part',
|
|
|
|
|
placeholderWarehouse: 'Please select warehouse'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
SpareRecord: {
|
|
|
|
|
product: 'Spare Part',
|
|
|
|
|
warehouse: 'Warehouse',
|
|
|
|
|
unit: 'Unit',
|
|
|
|
|
bizType: 'Type',
|
|
|
|
|
bizNo: 'Stock In/Out No',
|
|
|
|
|
count: 'In/Out Quantity',
|
|
|
|
|
totalCount: 'Stock Quantity',
|
|
|
|
|
recordTime: 'In/Out Date',
|
|
|
|
|
createTime: 'Create Date',
|
|
|
|
|
creatorName: 'Operator',
|
|
|
|
|
exportFilename: 'SparePartsRecord.xls',
|
|
|
|
|
placeholderProduct: 'Please select spare part',
|
|
|
|
|
placeholderWarehouse: 'Please select warehouse',
|
|
|
|
|
placeholderBizNo: 'Please input business no',
|
|
|
|
|
placeholderCreateTimeStart: 'Start Date',
|
|
|
|
|
placeholderCreateTimeEnd: 'End Date'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
SpareIn: {
|
|
|
|
|
product: 'Spare Part',
|
|
|
|
|
inTime: 'Stock In Time',
|
|
|
|
|
supplier: 'Supplier',
|
|
|
|
|
warehouse: 'Warehouse',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
inType: 'Stock In Type',
|
|
|
|
|
no: 'Stock In No',
|
|
|
|
|
creatorName: 'Creator',
|
|
|
|
|
totalCount: 'Quantity',
|
|
|
|
|
totalPrice: 'Amount',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
tabUnAudit: 'Unaudited',
|
|
|
|
|
tabAudited: 'Audited',
|
|
|
|
|
tabAll: 'All',
|
|
|
|
|
detail: 'Detail',
|
|
|
|
|
edit: 'Edit',
|
|
|
|
|
approve: 'Approve',
|
|
|
|
|
unapprove: 'Unapprove',
|
|
|
|
|
delete: 'Delete',
|
|
|
|
|
itemListTitle: 'Stock In Item List',
|
|
|
|
|
itemIndex: 'No.',
|
|
|
|
|
itemWarehouseName: 'Warehouse Name',
|
|
|
|
|
itemProductName: 'Spare Part Name',
|
|
|
|
|
itemStockCount: 'Stock',
|
|
|
|
|
itemProductCode: 'Spare Part Code',
|
|
|
|
|
itemUnitName: 'Unit',
|
|
|
|
|
itemCount: 'Quantity',
|
|
|
|
|
itemProductPrice: 'Spare Part Price',
|
|
|
|
|
itemTotalPrice: 'Total Amount',
|
|
|
|
|
itemRemark: 'Remark',
|
|
|
|
|
itemOperate: 'Operate',
|
|
|
|
|
itemAddButton: 'Add Stock In Spare Part',
|
|
|
|
|
sumLabel: 'Total',
|
|
|
|
|
exportFilename: 'SparePartsIn.xls',
|
|
|
|
|
placeholderProduct: 'Please select spare part',
|
|
|
|
|
placeholderInTimeStart: 'Start Date',
|
|
|
|
|
placeholderInTimeEnd: 'End Date',
|
|
|
|
|
placeholderSupplier: 'Please select supplier',
|
|
|
|
|
placeholderWarehouse: 'Please select warehouse',
|
|
|
|
|
placeholderRemark: 'Please input remark',
|
|
|
|
|
placeholderInType: 'Please select stock in type',
|
|
|
|
|
placeholderInTime: 'Select stock in time',
|
|
|
|
|
placeholderNoAuto: 'Auto generated when saved',
|
|
|
|
|
validatorInTimeRequired: 'Stock in time can not be empty',
|
|
|
|
|
validatorInTypeRequired: 'Stock in type can not be empty',
|
|
|
|
|
validatorItemInIdRequired: 'Stock in id can not be empty',
|
|
|
|
|
validatorItemWarehouseRequired: 'Warehouse can not be empty',
|
|
|
|
|
validatorItemProductRequired: 'Spare part can not be empty',
|
|
|
|
|
validatorItemCountRequired: 'Spare part quantity can not be empty',
|
|
|
|
|
confirmApprove: 'Confirm to approve this stock in order?',
|
|
|
|
|
confirmUnapprove: 'Confirm to unapprove this stock in order?',
|
|
|
|
|
approveSuccess: 'Approve successfully',
|
|
|
|
|
unapproveSuccess: 'Unapprove successfully'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
SpareOut: {
|
|
|
|
|
no: 'Stock Out No',
|
|
|
|
|
product: 'Spare Part',
|
|
|
|
|
outTime: 'Stock Out Time',
|
|
|
|
|
warehouse: 'Warehouse',
|
|
|
|
|
remark: 'Remark',
|
|
|
|
|
customer: 'Customer',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
totalCount: 'Quantity',
|
|
|
|
|
totalPrice: 'Amount',
|
|
|
|
|
creatorName: 'Creator',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
tabUnAudit: 'Unaudited',
|
|
|
|
|
tabAudited: 'Audited',
|
|
|
|
|
tabAll: 'All',
|
|
|
|
|
detail: 'Detail',
|
|
|
|
|
edit: 'Edit',
|
|
|
|
|
approve: 'Approve',
|
|
|
|
|
unapprove: 'Unapprove',
|
|
|
|
|
delete: 'Delete',
|
|
|
|
|
itemListTitle: 'Stock Out Item List',
|
|
|
|
|
itemIndex: 'No.',
|
|
|
|
|
itemWarehouseName: 'Warehouse Name',
|
|
|
|
|
itemProductName: 'Spare Part Name',
|
|
|
|
|
itemStockCount: 'Stock',
|
|
|
|
|
itemProductCode: 'Spare Part Code',
|
|
|
|
|
itemUnitName: 'Unit',
|
|
|
|
|
itemCount: 'Quantity',
|
|
|
|
|
itemProductPrice: 'Price',
|
|
|
|
|
itemTotalPrice: 'Total Amount',
|
|
|
|
|
itemRemark: 'Remark',
|
|
|
|
|
itemOperate: 'Operate',
|
|
|
|
|
itemAddButton: 'Add Stock Out Spare Part',
|
|
|
|
|
sumLabel: 'Total',
|
|
|
|
|
exportFilename: 'SparePartsOut.xls',
|
|
|
|
|
placeholderNo: 'Please input stock out no',
|
|
|
|
|
placeholderProduct: 'Please select spare part',
|
|
|
|
|
placeholderOutTimeStart: 'Start Date',
|
|
|
|
|
placeholderOutTimeEnd: 'End Date',
|
|
|
|
|
placeholderWarehouse: 'Please select warehouse',
|
|
|
|
|
placeholderRemark: 'Please input remark',
|
|
|
|
|
placeholderOutType: 'Please select stock out type',
|
|
|
|
|
placeholderOutTime: 'Select stock out time',
|
|
|
|
|
placeholderNoAuto: 'Auto generated when saved',
|
|
|
|
|
validatorOutTimeRequired: 'Stock out time can not be empty',
|
|
|
|
|
validatorOutTypeRequired: 'Stock out type can not be empty',
|
|
|
|
|
validatorItemOutIdRequired: 'Stock out id can not be empty',
|
|
|
|
|
validatorItemWarehouseRequired: 'Warehouse can not be empty',
|
|
|
|
|
validatorItemProductRequired: 'Spare part can not be empty',
|
|
|
|
|
validatorItemCountRequired: 'Spare part quantity can not be empty'
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|