Commit bbcd6495 authored by wzy's avatar wzy

fix 价格库-市场价三位小数

parent 9b505c1a
......@@ -387,6 +387,121 @@ const CommodityRoute: RouterChild = {
component: './repositories/adjustRepository',
hideInMenu: true,
},
// 进销存
{
path: '/memberCenter/commodityAbility/stockSellStorage',
name: 'stockSellStorage',
routes: [
// 仓库
{
path: '/memberCenter/commodityAbility/stockSellStorage/warehouse',
name: 'warehouse',
component: '@/pages/transaction/stockSellStorage/warehouse/index',
},
// 仓库-新增
{
path:
'/memberCenter/commodityAbility/stockSellStorage/warehouse/add',
name: 'addWarehouse',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/warehouse/addWarehouse',
},
// 仓库-编辑
{
path:
'/memberCenter/commodityAbility/stockSellStorage/warehouse/edit',
name: 'editWarehouse',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/warehouse/editWarehouse',
},
// 仓库-详情
{
path:
'/memberCenter/commodityAbility/stockSellStorage/warehouse/detail',
name: 'warehouseDetail',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/warehouse/warehouseDetail',
},
// 单据类型
{
path: '/memberCenter/commodityAbility/stockSellStorage/billsType',
name: 'billsType',
component: '@/pages/transaction/stockSellStorage/billsType/index',
},
// 单据类型-新增
{
path:
'/memberCenter/commodityAbility/stockSellStorage/billsType/add',
name: 'addBillsType',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/billsType/addBillsType',
},
// 单据类型-编辑
{
path:
'/memberCenter/commodityAbility/stockSellStorage/billsType/edit',
name: 'editBillsType',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/billsType/editBillsType',
},
// 单据类型-详情
{
path:
'/memberCenter/commodityAbility/stockSellStorage/billsType/detail',
name: 'billsTypeDetail',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/billsType/billsTypeDetail',
},
// 单据
{
path: '/memberCenter/commodityAbility/stockSellStorage/bills',
name: 'bills',
component: '@/pages/transaction/stockSellStorage/bills/index',
},
// 单据-新增
{
path: '/memberCenter/commodityAbility/stockSellStorage/bills/add',
name: 'addBills',
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/addBills',
},
// 单据-编辑
{
path: '/memberCenter/commodityAbility/stockSellStorage/bills/edit',
name: 'editBills',
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/editBills',
},
// 单据-详情
{
path: '/memberCenter/commodityAbility/stockSellStorage/bills/detail',
name: 'billsDetail',
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/billsDetail',
},
// 库存
{
path: '/memberCenter/commodityAbility/stockSellStorage/inventory',
name: 'inventory',
component: '@/pages/transaction/stockSellStorage/inventory/index',
},
],
},
]
}
......
......@@ -78,121 +78,6 @@ const TranactionRoute = {
],
},
// 进销存
{
path: '/memberCenter/commodityAbility/stockSellStorage',
name: 'stockSellStorage',
routes: [
// 仓库
{
path: '/memberCenter/commodityAbility/stockSellStorage/warehouse',
name: 'warehouse',
component: '@/pages/transaction/stockSellStorage/warehouse/index',
},
// 仓库-新增
{
path:
'/memberCenter/commodityAbility/stockSellStorage/warehouse/add',
name: 'addWarehouse',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/warehouse/addWarehouse',
},
// 仓库-编辑
{
path:
'/memberCenter/commodityAbility/stockSellStorage/warehouse/edit',
name: 'editWarehouse',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/warehouse/editWarehouse',
},
// 仓库-详情
{
path:
'/memberCenter/commodityAbility/stockSellStorage/warehouse/detail',
name: 'warehouseDetail',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/warehouse/warehouseDetail',
},
// 单据类型
{
path: '/memberCenter/commodityAbility/stockSellStorage/billsType',
name: 'billsType',
component: '@/pages/transaction/stockSellStorage/billsType/index',
},
// 单据类型-新增
{
path:
'/memberCenter/commodityAbility/stockSellStorage/billsType/add',
name: 'addBillsType',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/billsType/addBillsType',
},
// 单据类型-编辑
{
path:
'/memberCenter/commodityAbility/stockSellStorage/billsType/edit',
name: 'editBillsType',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/billsType/editBillsType',
},
// 单据类型-详情
{
path:
'/memberCenter/commodityAbility/stockSellStorage/billsType/detail',
name: 'billsTypeDetail',
hideInMenu: true,
noMargin: true,
component:
'@/pages/transaction/stockSellStorage/billsType/billsTypeDetail',
},
// 单据
{
path: '/memberCenter/commodityAbility/stockSellStorage/bills',
name: 'bills',
component: '@/pages/transaction/stockSellStorage/bills/index',
},
// 单据-新增
{
path: '/memberCenter/commodityAbility/stockSellStorage/bills/add',
name: 'addBills',
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/addBills',
},
// 单据-编辑
{
path: '/memberCenter/commodityAbility/stockSellStorage/bills/edit',
name: 'editBills',
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/editBills',
},
// 单据-详情
{
path: '/memberCenter/commodityAbility/stockSellStorage/bills/detail',
name: 'billsDetail',
hideInMenu: true,
noMargin: true,
component: '@/pages/transaction/stockSellStorage/bills/billsDetail',
},
// 库存
{
path: '/memberCenter/commodityAbility/stockSellStorage/inventory',
name: 'inventory',
component: '@/pages/transaction/stockSellStorage/inventory/index',
},
],
},
// // 需求发布
// ...demandPosts,
......
......@@ -53,7 +53,7 @@ export default {
'stockSellStorage.zhakandanju':'View documents',
'stockSellStorage.danjubianhao': 'document number',
'stockSellStorage.baocun':'Save',
'stockSellStorage.xuanzehuopin':'Select goods',
'stockSellStorage.xuanzehuopin':'Select the item',
'stockSellStorage.ninhaiyouweibaocundenei':'You still have unsaved content. Are you sure you want to leave? ',
'stockSellStorage.biaoti':'Title',
'stockSellStorage.xuanzedingdan':'Select order',
......
......@@ -53,7 +53,7 @@ export default {
'stockSellStorage.zhakandanju': '영수증 보기',
'stockSellStorage.danjubianhao': '문서 번호',
'stockSellStorage.baocun': '보존',
'stockSellStorage.xuanzehuopin': '상품을 고르다',
'stockSellStorage.xuanzehuopin': '항목 선택',
'stockSellStorage.ninhaiyouweibaocundenei': '아직 저장하지 않은 내용이 있습니다. 떠나시겠습니까?',
'stockSellStorage.biaoti': '타이틀',
'stockSellStorage.xuanzedingdan': '주문 선택',
......
......@@ -53,7 +53,7 @@ export default {
'stockSellStorage.zhakandanju': '查看单据',
'stockSellStorage.danjubianhao': '单据编号',
'stockSellStorage.baocun': '保存',
'stockSellStorage.xuanzehuopin': '选择货品',
'stockSellStorage.xuanzehuopin': '选择物料',
'stockSellStorage.ninhaiyouweibaocundenei': '您还有未保存的内容,是否确定要离开?',
'stockSellStorage.biaoti': '标题',
'stockSellStorage.xuanzedingdan': '选择订单',
......
......@@ -88,6 +88,7 @@ const PriceLibrary: React.FC<{}> = () => {
defaultValue={text}
onBlur={(e: any) => updatePrice(record, e)}
onPressEnter={(e: any) => updatePrice(record, e)}
precision={3}
/>
);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment