发货刷新页面

This commit is contained in:
ylj20011123 2026-01-30 16:42:30 +08:00
parent 15379a9fdf
commit 143fc41f4b
5 changed files with 6 additions and 5 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -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": {

View File

@ -171,6 +171,7 @@ const OrderDetailModal = ({ modalVisible, handleCloseModal, currentRow, detailTy
hideInSearch: true,
width: 180,
ellipsis: true,
hideInTable: currentUser?.UserPattern === 4000
},
{
dataIndex: 'SALEDETAIL_DESC',

View File

@ -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>
)

View File

@ -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";