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
47a212ca
提交
47a212ca
authored
7月 06, 2021
作者:
Ras
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新了局部刷新功能
上级
186d3a36
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
15 行增加
和
4 行删除
+15
-4
JEditableTable.vue
src/components/jeecg/JEditableTable.vue
+8
-1
IostReceivingNoteList.vue
src/views/iost/basedata/IostReceivingNoteList.vue
+2
-2
IostDeliveryRecordPicModal.vue
...iews/iost/basedata/modules/IostDeliveryRecordPicModal.vue
+1
-0
IostSummarySheetForm.vue
src/views/iost/basedata/modules/IostSummarySheetForm.vue
+4
-1
没有找到文件。
src/components/jeecg/JEditableTable.vue
浏览文件 @
47a212ca
...
...
@@ -21,7 +21,7 @@
<span
class=
"gap"
></span>
</a-popconfirm>
<a-button
type=
"primary"
icon=
"upload"
v-if=
"isSummary && selectedRowIds.length
<
2
"
@
click=
"upLoad"
>
上传送货单
</a-button>
<iost-delivery-record-pic-modal
ref=
"picModalForm"
></iost-delivery-record-pic-modal>
<iost-delivery-record-pic-modal
ref=
"picModalForm"
@
reload=
"reload"
></iost-delivery-record-pic-modal>
<template
v-if=
"showClearSelectButton"
>
<a-button
icon=
"delete"
@
click=
"handleClickClearSelection"
>
清空选择
</a-button>
<span
class=
"gap"
></span>
...
...
@@ -720,6 +720,7 @@
type
:
Boolean
,
default
:
false
},
},
data
()
{
...
...
@@ -964,6 +965,12 @@
this
.
$refs
.
picModalForm
.
editR
(
rowId
)
},
//更新表格
reload
(){
this
.
$emit
(
'reload'
)
},
getElement
(
id
,
noCaseId
=
false
)
{
if
(
!
this
.
el
[
id
])
{
this
.
el
[
id
]
=
document
.
getElementById
((
noCaseId
?
''
:
this
.
caseId
)
+
id
)
...
...
src/views/iost/basedata/IostReceivingNoteList.vue
浏览文件 @
47a212ca
...
...
@@ -91,8 +91,8 @@
<span
slot=
"action"
slot-scope=
"text, record"
>
<a
@
click=
"handleDetail(record)"
>
详情
</a>
<a-divider
type=
"vertical"
/>
<a
@
click=
"handleCopy(record)"
>
打印收费单
</a>
<a-divider
type=
"vertical"
/>
<
!-- <
a @click="handleCopy(record)">打印收费单</a>
<a-divider type="vertical" />
-->
<a
@
click=
"exportReceivingNotePdf(record)"
>
查看收费单
</a>
<a-divider
type=
"vertical"
/>
<a-dropdown>
...
...
src/views/iost/basedata/modules/IostDeliveryRecordPicModal.vue
浏览文件 @
47a212ca
...
...
@@ -57,6 +57,7 @@
submitCallback
(){
this
.
$emit
(
'ok'
);
this
.
visible
=
false
;
this
.
$emit
(
"reload"
)
},
handleCancel
()
{
this
.
close
()
...
...
src/views/iost/basedata/modules/IostSummarySheetForm.vue
浏览文件 @
47a212ca
...
...
@@ -40,6 +40,7 @@
:rowSelection=
"true"
:actionButton=
"true"
:isSummary=
"true"
@
reload=
"reload"
/>
</a-tab-pane>
</a-tabs>
...
...
@@ -208,6 +209,9 @@
this
.
showFlowData
();
},
methods
:
{
reload
(){
this
.
editAfter
()
},
addBefore
(){
this
.
form
.
resetFields
()
this
.
iostSummarySheetListTable
.
dataSource
=
[]
...
...
@@ -253,7 +257,6 @@
popupCallback
(
row
){
this
.
form
.
setFieldsValue
(
pick
(
row
,
'bulkNo'
,
'warehouseName'
,
'containerNo'
,
'loadingDate'
))
},
}
}
</
script
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论