-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #304 from Jzow/master
- Loading branch information
Showing
12 changed files
with
228 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
export default { | ||
selectData: 'Please select a piece of data', | ||
modifyDataPrompt: 'Sorry, only unapproved documents can be edited!', | ||
shipments:{ | ||
title: 'Retail Shipments List', | ||
table:{ | ||
customer: 'Customer', | ||
receiptNumber: 'Receipt number', | ||
productInformation: 'Product information', | ||
productQuantity: 'Product quantity', | ||
totalAmount: 'Total amount', | ||
amountCollection: 'Amount collection', | ||
changeAmount: 'Change amount', | ||
receiptDate: 'Receipt date', | ||
operator: 'operator', | ||
status: 'status', | ||
}, | ||
header:{ | ||
settlementAccount: 'Settlement account', | ||
startDate: 'Start date', | ||
endDate: 'End date', | ||
receiptRemark: 'receipt remark', | ||
}, | ||
export: { | ||
exportData: 'Retail Shipments Data ', | ||
noData: 'No data available', | ||
} | ||
}, | ||
refund:{ | ||
title: 'Retail Return List', | ||
table:{ | ||
customer: 'Customer', | ||
receiptNumber: 'Receipt number', | ||
productInformation: 'Product information', | ||
totalAmount: 'Total amount', | ||
paymentAmount: 'Payment amount', | ||
changeAmount: 'Change amount', | ||
receiptDate: 'Receipt date', | ||
operator: 'operator', | ||
status: 'status', | ||
}, | ||
header:{ | ||
settlementAccount: 'Settlement account', | ||
startDate: 'Start date', | ||
endDate: 'End date', | ||
receiptRemark: 'receipt remark', | ||
}, | ||
export: { | ||
exportData: 'Retail Return Data ', | ||
noData: 'No data available', | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
export default { | ||
selectData: '请选择一条数据', | ||
modifyDataPrompt: '抱歉,只有未审核的单据才能编辑!', | ||
shipments:{ | ||
title: '零售出库列表', | ||
table:{ | ||
customer: '会员', | ||
receiptNumber: '单据编号', | ||
productInformation: '商品信息', | ||
productQuantity: '商品数量', | ||
totalAmount: '金额合计', | ||
amountCollection: '收款金额', | ||
changeAmount: '找零金额', | ||
receiptDate: '单据日期', | ||
operator: '操作员', | ||
status: '状态', | ||
}, | ||
header:{ | ||
settlementAccount: '结算账户', | ||
startDate: '开始日期', | ||
endDate: '结束日期', | ||
receiptRemark: '单据备注', | ||
}, | ||
export: { | ||
exportData: '零售出库数据 ', | ||
noData: '无可用数据导出', | ||
} | ||
}, | ||
refund:{ | ||
title: '零售退货列表', | ||
table:{ | ||
customer: '会员', | ||
receiptNumber: '单据编号', | ||
productInformation: '商品信息', | ||
totalAmount: '金额合计', | ||
paymentAmount: '付款金额', | ||
changeAmount: '找零金额', | ||
receiptDate: '单据日期', | ||
operator: '操作员', | ||
status: '状态', | ||
}, | ||
header:{ | ||
settlementAccount: '结算账户', | ||
startDate: '开始日期', | ||
endDate: '结束日期', | ||
receiptRemark: '单据备注', | ||
}, | ||
export: { | ||
exportData: '零售退货数据 ', | ||
noData: '无可用数据导出', | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.