Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mes
mes-ui
Commits
8db74bcc
Commit
8db74bcc
authored
Jan 27, 2024
by
全洪江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传失败时更新状态
parent
6eeba212
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
index.vue
src/views/mes/md/sapdata/index.vue
+8
-7
No files found.
src/views/mes/md/sapdata/index.vue
View file @
8db74bcc
...
...
@@ -114,9 +114,9 @@
</
template
>
</el-table-column>
<el-table-column
label=
"上传sap时间"
align=
"center"
prop=
"uploadTime"
width=
"180"
>
<!-- <template slot-scope="scope">-->
<!-- <span>{{ parseTime(scope.row.uploadTime, '{y}-{m}-{d}') }}</span>-->
<!-- </template>-->
<!-- <template slot-scope="scope">-->
<!-- <span>{{ parseTime(scope.row.uploadTime, '{y}-{m}-{d}') }}</span>-->
<!-- </template>-->
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -306,12 +306,13 @@ export default {
switch
(
type
)
{
case
1
:
this
.
$modal
.
confirm
(
'是否确认上传客户SAP特性信息编号为"'
+
id
+
'"的数据项?'
).
then
(
function
()
{
return
uploadSapdata
(
id
,
relationId
);
return
uploadSapdata
(
id
,
relationId
);
}).
then
((
response
)
=>
{
this
.
getList
();
this
.
$modal
.
msgSuccess
(
response
.
msg
||
"上传成功"
);
this
.
$modal
.
msgSuccess
(
response
.
msg
||
"上传成功"
);
}).
catch
(()
=>
{
});
}).
finally
(()
=>
{
this
.
getList
();
})
case
2
:
case
3
:
case
4
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment