Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
SA-WMS
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Ras
SA-WMS
Commits
1d2dabfc
提交
1d2dabfc
authored
6月 29, 2021
作者:
Ras
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
收费单添加查看收费单字段,点击生成PDF文件进行打印
上级
f8905c72
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
12 行删除
+13
-12
IostDeliveryManagementList.vue
src/views/iost/basedata/IostDeliveryManagementList.vue
+7
-0
IostReceivingNoteList.vue
src/views/iost/basedata/IostReceivingNoteList.vue
+6
-4
IostReceivingNoteCopyForm.vue
...views/iost/basedata/modules/IostReceivingNoteCopyForm.vue
+0
-8
没有找到文件。
src/views/iost/basedata/IostDeliveryManagementList.vue
浏览文件 @
1d2dabfc
...
...
@@ -94,6 +94,7 @@
<a
@
click=
"exportDeliveryNotePicPdf(record)"
>
查看送货单图片
</a>
<a-divider
type=
"vertical"
/>
<a
@
click=
"exportReceivingNotePdf(record)"
>
查看收费单
</a>
<a-divider
type=
"vertical"
/>
</span>
...
...
@@ -284,6 +285,12 @@
link
.
click
();
});
},
handleCopy
(
record
)
{
this
.
$refs
.
copyModalForm
.
edit
(
record
);
this
.
$refs
.
copyModalForm
.
title
=
"打印收费单"
;
this
.
$refs
.
copyModalForm
.
disableSubmit
=
true
;
},
initDictConfig
(){
}
}
...
...
src/views/iost/basedata/IostReceivingNoteList.vue
浏览文件 @
1d2dabfc
...
...
@@ -91,7 +91,9 @@
<span
slot=
"action"
slot-scope=
"text, record"
>
<a
@
click=
"handleDetail(record)"
>
详情
</a>
<a-divider
type=
"vertical"
/>
<a
@
click=
"exportReceivingNotePdf(record)"
>
打印收费单
</a>
<a
@
click=
"handleCopy(record)"
>
打印收费单
</a>
<a-divider
type=
"vertical"
/>
<a
@
click=
"exportReceivingNotePdf(record)"
>
查看收费单
</a>
<a-divider
type=
"vertical"
/>
<a-dropdown>
<a
class=
"ant-dropdown-link"
>
更多
<a-icon
type=
"down"
/></a>
...
...
@@ -108,7 +110,7 @@
</a-table>
</div>
<
iost-receiving-note-modal
ref=
"modalForm"
@
ok=
"modalFormOk"
/
>
<
!-- <iost-receiving-note-modal ref="modalForm" @ok="modalFormOk"/> --
>
<iost-receiving-note-copy-modal
ref=
"copyModalForm"
@
ok=
"modalFormOk"
></iost-receiving-note-copy-modal>
</a-card>
</template>
...
...
@@ -210,14 +212,14 @@
},
handleCopy
(
record
)
{
console
.
log
(
record
)
this
.
$refs
.
copyModalForm
.
edit
(
record
);
this
.
$refs
.
copyModalForm
.
title
=
"打印收费单"
;
this
.
$refs
.
copyModalForm
.
disableSubmit
=
true
;
},
exportReceivingNotePdf
(
record
){
console
.
log
(
record
)
let
url
=
`
${
window
.
_CONFIG
[
'domianURL'
]}
/basedata/iostReceivingNote/exportReceivingNotePdf`
;
downFile
(
url
,
{
deliveryRecordId
:
record
.
i
d
}).
then
((
data
)
=>
downFile
(
url
,
{
deliveryRecordId
:
record
.
deliveryRecordI
d
}).
then
((
data
)
=>
{
if
(
!
data
)
{
this
.
$message
.
warning
(
"文件下载失败"
)
...
...
src/views/iost/basedata/modules/IostReceivingNoteCopyForm.vue
浏览文件 @
1d2dabfc
...
...
@@ -56,14 +56,6 @@
<div
v-html=
"text"
></div>
</
template
>
</a-table>
<div
class=
"remarks"
>
<h3>
备注
</h3>
<ul
style=
"list-style-type: decimal;margin:1%; padding:0;"
>
<li
v-for=
"item in remarks"
>
{{item}}
</li>
</ul>
</div>
</section>
</a-spin>
</template>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论