|
|
@@ -237,7 +237,15 @@ const goodsSku = {
|
|
|
SellableQuantityAsc: '可售量升序',
|
|
|
SellableQuantityDesc: '可售量降序',
|
|
|
}
|
|
|
+const fund ={
|
|
|
+ openingBalance : "期初余额",
|
|
|
+ commodityPicture : "商品图片",
|
|
|
+ defaultAccount : "默认账户",
|
|
|
+ balanceDate : "余额日期",
|
|
|
+ newFundAccount : "新建资金账户",
|
|
|
+ editFundAccount : "编辑资金账户",
|
|
|
|
|
|
+}
|
|
|
module.exports = {
|
|
|
- items: Object.assign({}, home, basicData, columns, saleOrder, button, messages, others, accountsManage, org, supplier, goodsSku)
|
|
|
+ items: Object.assign({}, fund,home, basicData, columns, saleOrder, button, messages, others, accountsManage, org, supplier, goodsSku)
|
|
|
}
|