Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
H
hh_ccs
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
贺阳
hh_ccs
Commits
d9d75008
提交
d9d75008
authored
10月 30, 2025
作者:
贺阳
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
向导显示名称优化
上级
cd1abb3c
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
1 行删除
+6
-1
cc_bill_loading.py
ccs_base/models/cc_bill_loading.py
+1
-1
batch_get_pod_info_wizard.py
ccs_base/wizard/batch_get_pod_info_wizard.py
+5
-0
没有找到文件。
ccs_base/models/cc_bill_loading.py
浏览文件 @
d9d75008
...
...
@@ -1169,7 +1169,7 @@ class CcBL(models.Model):
def
action_batch_get_pod_info
(
self
):
"""批量获取尾程POD信息"""
return
{
'name'
:
_
(
'
Preview POD Files'
),
#展示预览文件 #_('
Batch Get POD Info'),
'name'
:
_
(
'Batch Get POD Info'
),
'type'
:
'ir.actions.act_window'
,
'view_mode'
:
'form'
,
'res_model'
:
'batch.get.pod.info.wizard'
,
...
...
ccs_base/wizard/batch_get_pod_info_wizard.py
浏览文件 @
d9d75008
...
...
@@ -103,6 +103,7 @@ class BatchGetPodInfoWizard(models.TransientModel):
# 返回表单视图
return
{
'type'
:
'ir.actions.act_window'
,
'name'
:
_
(
'Batch Get POD Info'
),
'res_model'
:
'batch.get.pod.info.wizard'
,
'view_mode'
:
'form'
,
'res_id'
:
self
.
id
,
...
...
@@ -114,6 +115,7 @@ class BatchGetPodInfoWizard(models.TransientModel):
self
.
show_error_message
=
_
(
'预览操作失败:
%
s'
)
%
str
(
e
)
return
{
'type'
:
'ir.actions.act_window'
,
'name'
:
_
(
'Batch Get POD Info'
),
'res_model'
:
'batch.get.pod.info.wizard'
,
'view_mode'
:
'form'
,
'res_id'
:
self
.
id
,
...
...
@@ -178,6 +180,7 @@ class BatchGetPodInfoWizard(models.TransientModel):
return
{
'type'
:
'ir.actions.act_window'
,
'res_model'
:
'batch.get.pod.info.wizard'
,
'name'
:
_
(
'Batch Get POD Info'
),
'view_mode'
:
'form'
,
'res_id'
:
self
.
id
,
'target'
:
'new'
,
...
...
@@ -190,6 +193,7 @@ class BatchGetPodInfoWizard(models.TransientModel):
return
{
'type'
:
'ir.actions.act_window'
,
'res_model'
:
'batch.get.pod.info.wizard'
,
'name'
:
_
(
'Batch Get POD Info'
),
'view_mode'
:
'form'
,
'res_id'
:
self
.
id
,
'target'
:
'new'
,
...
...
@@ -222,6 +226,7 @@ class BatchGetPodInfoWizard(models.TransientModel):
return
{
'type'
:
'ir.actions.act_window'
,
'res_model'
:
'batch.get.pod.info.wizard'
,
'name'
:
_
(
'Batch Get POD Info'
),
'view_mode'
:
'form'
,
'res_id'
:
self
.
id
,
'target'
:
'new'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论