|
|
@ -48,7 +48,7 @@ const ContractDetails = (props) => { |
|
|
|
localStorage.getItem(CONTRACTDETAILS) == null |
|
|
|
? localStorage.setItem( |
|
|
|
CONTRACTDETAILS, |
|
|
|
JSON.stringify(['a1', 'a2', 'a3', 'a4', 'a5', 'a6', 'a7', 'a10', 'a11', 'a12', 'a13', 'a14', 'a15', 'a16']) |
|
|
|
JSON.stringify(['year', 'serialNo', 'number', 'introduction', 'contractNo', 'applyDate', 'recConDate', 'department', 'business', 'sale', 'customer', 'item', 'itemType', 'amount']) |
|
|
|
) |
|
|
|
: ""; |
|
|
|
attribute(); |
|
|
@ -106,7 +106,7 @@ const ContractDetails = (props) => { |
|
|
|
<Select value={keywordTarget} onChange={setKeywordTarget} style={{ width: 150 }} > |
|
|
|
<Select.Option value='contractNo'>合同编号</Select.Option> |
|
|
|
<Select.Option value='department'>部门</Select.Option> |
|
|
|
<Select.Option value='businessLine'>业务线</Select.Option> |
|
|
|
<Select.Option value='business'>业务线</Select.Option> |
|
|
|
</Select> |
|
|
|
</div> |
|
|
|
<div style={{ margin: '0px 18px' }}> |
|
|
|