Commit 04f53b4f authored by TZW's avatar TZW

bug

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