Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
H
hh_ccs
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
贺阳
hh_ccs
Commits
ab556fae
提交
ab556fae
authored
11月 03, 2025
作者:
贺阳
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
如果又失败的也有成功的,增加同步成功的提单的标志
上级
46bba812
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
11 行增加
和
9 行删除
+11
-9
batch_get_pod_info_wizard.py
ccs_base/wizard/batch_get_pod_info_wizard.py
+0
-0
batch_get_pod_info_wizard_views.xml
ccs_base/wizard/batch_get_pod_info_wizard_views.xml
+11
-9
没有找到文件。
ccs_base/wizard/batch_get_pod_info_wizard.py
浏览文件 @
ab556fae
差异被折叠。
点击展开。
ccs_base/wizard/batch_get_pod_info_wizard_views.xml
浏览文件 @
ab556fae
...
...
@@ -16,14 +16,15 @@
<field
name=
"skip_ocr_direct_ai"
readonly=
"0"
widget=
"boolean_toggle"
attrs=
"{'invisible': [('pdf_file', '!=', False)]}"
/>
</group>
<group>
<field
name=
"sync_last_mile_pod"
widget=
"boolean_toggle"
attrs=
"{'invisible': ['|',('pdf_file', '=', False),('show_error_message', '!=', False)]}"
/>
<group
attrs=
"{'invisible': ['|', ('pdf_file', '=', False), ('show_error_message', '=', False)]}"
>
<field
name=
"sync_successful_processed"
widget=
"boolean_toggle"
/>
</group>
<group
attrs=
"{'invisible': ['|', ('pdf_file', '=', False), ('sync_successful_processed', '=', False)]}"
>
<field
name=
"sync_last_mile_pod"
widget=
"boolean_toggle"
/>
</group>
<group>
<field
name=
"sync_match_node"
widget=
"boolean_toggle"
attrs=
"{'invisible': ['|',('pdf_file', '=', False),('show_error_message', '!=', False)]}"
/>
<group
attrs=
"{'invisible': ['|', ('pdf_file', '=', False), ('sync_successful_processed', '=', False)]}"
>
<field
name=
"sync_match_node"
widget=
"boolean_toggle"
/>
</group>
<!-- </group> -->
...
...
@@ -34,13 +35,13 @@
<strong>
Remove Specified Text:
</strong>
Remove specified text (AGN, UCLINK LOGISITICS LTD) from PDF files
</li>
<!-- 涂抹指定文字:对PDF文件中的指定文字进行涂抹处理 -->
<li
attrs=
"{'invisible': [
'|',('pdf_file', '=', False),('show_error_message', '!
=', False)]}"
>
<li
attrs=
"{'invisible': [
('sync_successful_processed', '
=', False)]}"
>
<strong>
Sync Last Mile POD:
</strong>
Synchronize POD (Proof of Delivery) attachment information with TK system, including
big package quantities and container numbers
</li>
<!-- 同步尾程POD:向TK同步尾程交接POD(待大包数量和箱号)的附件信息 -->
<li
attrs=
"{'invisible': [
'|',('pdf_file', '=', False),('show_error_message', '!
=', False)]}"
>
<li
attrs=
"{'invisible': [
('sync_successful_processed', '
=', False)]}"
>
<strong>
Sync Push Match Node:
</strong>
Synchronize and push matched node information based on POD file, extract time from
red boxes as node operation time
...
...
@@ -60,8 +61,9 @@
<button
string=
"Preview"
type=
"object"
name=
"action_preview"
class=
"btn-primary"
attrs=
"{'invisible': [('pdf_file', '!=', False)]}"
/>
<!-- 确认按钮:使用已处理的文件数据进行回写和同步 -->
<!-- 如果有失败的文件(show_error_message不为空),需要勾选sync_successful_processed才显示;如果全部成功,直接显示 -->
<button
string=
"Confirm"
type=
"object"
name=
"confirm"
class=
"btn-primary"
attrs=
"{'invisible': [
('pdf_file
', '=', False)]}"
/>
attrs=
"{'invisible': [
'|', ('pdf_file', '=', False), '&', ('show_error_message', '!=', False), ('sync_successful_processed
', '=', False)]}"
/>
<button
string=
"Close"
special=
"cancel"
/>
</footer>
</sheet>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论