Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f0f9680f
authored
2023-11-03 11:20:55 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
235f528b
7f850d68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
src/views/zsgl/zsrk/components/addDialog.vue
src/views/zsgl/zsrk/components/addDialog.vue
View file @
f0f9680
...
...
@@ -58,7 +58,7 @@
<el-form-item
label=
"备注"
class=
"middle-margin-bottom"
>
<el-input
type=
"textarea"
v-model=
"ruleForm.bz"
:rows=
"4"
:disabled=
"!readOnly"
></el-input>
</el-form-item>
<el-form-item
v-if=
"readOnly"
>
<el-form-item
v-if=
"readOnly"
style=
"text-align:center"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
保存
</el-button>
<el-button
@
click=
"closeDialog"
>
取消
</el-button>
</el-form-item>
...
...
@@ -154,7 +154,7 @@
zsrk
(
this
.
ruleForm
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
.
success
(
'保存成功'
)
this
.
$
emit
(
"input"
,
false
);
this
.
$
popupCacel
()
this
.
$refs
[
'ruleForm'
].
resetFields
();
this
.
resetTableFields
();
this
.
$parent
.
queryClick
();
...
...
@@ -163,7 +163,6 @@
}
})
},
//序列号获取
/**
* @description: 序列号获取
* @author: renchao
...
...
@@ -176,7 +175,6 @@
}
})
},
//获取详情信息
/**
* @description: 获取详情信息
* @param {*} bsmBatch
...
...
@@ -197,7 +195,6 @@
}
})
},
//印刷序列号处理
/**
* @description: 印刷序列号处理
* @param {*} item
...
...
Please
register
or
sign in
to post a comment