feat: 完成成品入库单。
This commit is contained in:
@@ -180,6 +180,21 @@ export default {
|
||||
formName: "Form Name",
|
||||
formMark: "Form Mark",
|
||||
storeName: "Store",
|
||||
storeId: "Store",
|
||||
storeNo: "Store No",
|
||||
formStatus: "Status",
|
||||
productType: "Model",
|
||||
productSn: "SN",
|
||||
macAddress: "MAC Address",
|
||||
serialNumber: "Serial Number",
|
||||
softwareVersion: "Software Version",
|
||||
algorithmVersion: "Algorithm Version",
|
||||
algorithmFlag: "Algorithm Flag",
|
||||
activationStatus: "Activation Status",
|
||||
productionDate: "Production Date",
|
||||
remark: "Remark",
|
||||
createDate: "Create Date",
|
||||
keyAccountId: "Customer",
|
||||
},
|
||||
},
|
||||
purchase: {
|
||||
@@ -318,6 +333,7 @@ export default {
|
||||
viewLossRate: "View Loss Rate",
|
||||
shortageFilterButton: "Shortage Data",
|
||||
unfilterButton: "All Data",
|
||||
outstock: "Outstock",
|
||||
approve: "Approve",
|
||||
reject: "Reject",
|
||||
productionReturn: "Return",
|
||||
@@ -449,7 +465,29 @@ export default {
|
||||
},
|
||||
production_return: {},
|
||||
finishedproductreceipt: {
|
||||
select_storeId: "Please select store",
|
||||
input_formName: "Please enter form name",
|
||||
input_formMark: "Please enter form remark",
|
||||
input_formCode: "Please enter form code",
|
||||
input_productType: "Please enter model",
|
||||
input_productSn: "Please enter SN",
|
||||
input_macAddress: "Please enter MAC address",
|
||||
input_serialNumber: "Please enter serial number",
|
||||
input_softwareVersion: "Please enter software version",
|
||||
input_algorithmVersion: "Please enter algorithm version",
|
||||
input_algorithmFlag: "Please enter algorithm flag",
|
||||
input_activationStatus: "Please select activation status",
|
||||
input_productionDate: "Please enter production date",
|
||||
input_remark: "Please enter remark",
|
||||
delete_message: "Delete Receipt",
|
||||
only_pending_outstocking_can_outstock: "Only pending outstock and outstocking receipts can be shipped",
|
||||
get_outstock_data_failed: "Failed to get outstock data",
|
||||
select_key_account: "Please select customer",
|
||||
select_devices: "Please select devices to ship",
|
||||
outstock_confirm: "Confirm to ship?",
|
||||
outstock_success: "Outstock success",
|
||||
outstock_fail: "Outstock failed",
|
||||
input_outstock_mark: "Please enter outstock remark",
|
||||
},
|
||||
},
|
||||
purchase: {
|
||||
@@ -556,6 +594,10 @@ export default {
|
||||
finishedproductreceipt: {
|
||||
add: "Add Receipt",
|
||||
edit: "Edit Receipt",
|
||||
showItem: "Product Details",
|
||||
baseTitle: "Receipt Basic Info",
|
||||
tableTitle: "Product Details",
|
||||
outstockDialog: "Product Outstock",
|
||||
},
|
||||
finishedproductshipment: {
|
||||
add: "Add Shipment",
|
||||
@@ -854,5 +896,14 @@ export default {
|
||||
approving: "Approving",
|
||||
returned: "Returned",
|
||||
},
|
||||
finished_product_receipt_status: {
|
||||
pending_outstock: "Pending Outstock",
|
||||
outstocking: "Outstocking",
|
||||
completed: "Completed",
|
||||
},
|
||||
activation_status: {
|
||||
activated: "Activated",
|
||||
not_activated: "Not Activated",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user