Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
25a29ef9
authored
2025-10-24 14:21:41 +0800
by
chenyao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
将fsm修改回原来一样
1 parent
af9a979b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/common/electronic_hil_contract/get_char_fsm.py
src/common/electronic_hil_contract/get_char_fsm.py
View file @
25a29ef
...
...
@@ -52,7 +52,7 @@ class Finder:
"车辆识别代码"
:
self
.
item
,
"车辆卖方(经销商)"
:
self
.
item
,
"车辆代理商"
:
self
.
item
,
"车辆原始销售价格"
:
self
.
item
,
"车辆原始销售价格
(《机动车销售统一发票》所列金额)
"
:
self
.
item
,
"车辆附加产品明细表"
:
self
.
item
,
"融资成本总额"
:
self
.
item
,
"租期"
:
self
.
item
,
...
...
@@ -1330,8 +1330,8 @@ class Finder:
cldls
=
self
.
get_key_value
(
key
=
'车辆代理商'
,
page_num
=
'4'
)
self
.
init_result
[
'车辆代理商'
]
=
cldls
# 找到 —— 车辆原始销售价格
vehicle_price
=
self
.
get_key_value
(
key
=
'车辆原始销售价格:'
)
self
.
init_result
[
'车辆原始销售价格'
]
=
vehicle_price
vehicle_price
=
self
.
get_key_value
(
key
=
'车辆原始销售价格
(《机动车销售统一发票》所列金额)
:'
)
self
.
init_result
[
'车辆原始销售价格
(《机动车销售统一发票》所列金额)
'
]
=
vehicle_price
# 找车辆附加产品明细(表)
table_add_product
=
self
.
get_table_add_product
()
self
.
init_result
[
'车辆附加产品明细表'
]
=
table_add_product
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment