Commit 04f53b4f authored by TZW's avatar TZW

bug

parent 9cacd5d1
...@@ -603,7 +603,7 @@ export default (props) => { ...@@ -603,7 +603,7 @@ export default (props) => {
<div style={{ flex: 1, display: 'flex', flexDirection: 'row' }}> <div style={{ flex: 1, display: 'flex', flexDirection: 'row' }}>
<div className="fault-index ">{index}</div> <div className="fault-index ">{index}</div>
<div style={{ display: 'flex', flexDirection: 'column' }}> <div style={{ display: 'flex', flexDirection: 'column' }}>
<label style={{ width: '40px', fontSize: 18, fontWeight: 600 }}> <label style={{ width: '100px', fontSize: 18, fontWeight: 600 }}>
{dataSource?.operationTypeName} {dataSource?.operationTypeName}
</label> </label>
<span>{dataSource?.updateUserName}</span> <span>{dataSource?.updateUserName}</span>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: Li Hanlin * @Author: Li Hanlin
* @Date: 2023-01-16 15:35:00 * @Date: 2023-01-16 15:35:00
* @Last Modified by: Li Hanlin * @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-09 17:32:05 * @Last Modified time: 2023-02-09 19:53:33
*/ */
import * as React from 'react'; import * as React from 'react';
...@@ -294,8 +294,8 @@ function Plan(props) { ...@@ -294,8 +294,8 @@ function Plan(props) {
}, },
{ {
title: '关单日期', title: '关单日期',
dataIndex: 'endDate', dataIndex: 'customsTime',
key: 'endDate', key: 'customsTime',
hideInDescriptions: activeTabKey == 1 ? true : false, hideInDescriptions: activeTabKey == 1 ? true : false,
}, },
{ {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: Li Hanlin * @Author: Li Hanlin
* @Date: 2022-12-02 11:41:03 * @Date: 2022-12-02 11:41:03
* @Last Modified by: Li Hanlin * @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-08 14:50:40 * @Last Modified time: 2023-02-09 19:56:18
*/ */
import * as React from 'react'; import * as React from 'react';
...@@ -543,7 +543,7 @@ function Failure(props) { ...@@ -543,7 +543,7 @@ function Failure(props) {
return ( return (
<Detail <Detail
title="外协单号" title="外协单号"
titleno={drawer?.item.repairNo} titleno={drawer?.item.otherUnitsOrderNo}
detailpath="/repair/umOtherUnitsOperation/queryOperationList" detailpath="/repair/umOtherUnitsOperation/queryOperationList"
params={{ otherUnitsOrderId: drawer?.item.id }} params={{ otherUnitsOrderId: drawer?.item.id }}
baseRow={drawer?.item} baseRow={drawer?.item}
......
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