发货刷新页面
This commit is contained in:
parent
15379a9fdf
commit
143fc41f4b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-pro",
|
||||
"version": "4.5.139",
|
||||
"version": "4.5.141",
|
||||
"private": true,
|
||||
"description": "An out-of-box UI solution for enterprise applications",
|
||||
"scripts": {
|
||||
|
||||
@ -171,6 +171,7 @@ const OrderDetailModal = ({ modalVisible, handleCloseModal, currentRow, detailTy
|
||||
hideInSearch: true,
|
||||
width: 180,
|
||||
ellipsis: true,
|
||||
hideInTable: currentUser?.UserPattern === 4000
|
||||
},
|
||||
{
|
||||
dataIndex: 'SALEDETAIL_DESC',
|
||||
|
||||
@ -841,7 +841,7 @@ const TradingLedger: React.FC<{ currentUser: CurrentUser }> = (props) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<OrderDetailModal modalVisible={modalVisible} handleCloseModal={handleCloseModal} currentRow={currentRow} showShipment={true} comeType={"TradingLedger"} />
|
||||
<OrderDetailModal modalVisible={modalVisible} handleCloseModal={handleCloseModal} currentRow={currentRow} showShipment={true} comeType={"TradingLedger"} actionRef={actionRef} />
|
||||
|
||||
</div>
|
||||
)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// 由 scripts/writeVersion.js 自动生成
|
||||
export const VERSION = "4.5.139";
|
||||
export const GIT_HASH = "d1cd460";
|
||||
export const BUILD_TIME = "2026-01-28T08:14:40.893Z";
|
||||
export const VERSION = "4.5.141";
|
||||
export const GIT_HASH = "15379a9";
|
||||
export const BUILD_TIME = "2026-01-30T07:18:59.167Z";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user