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
8b35cf7e
authored
2024-05-15 08:33:19 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
青海2.0 印刷序列号
1 parent
5e8ac822
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/views/workflow/main/szxx/zsdy.vue
src/views/workflow/main/szxx/zsdy.vue
View file @
8b35cf7
...
...
@@ -13,14 +13,19 @@
<el-form-item
label=
"印刷序列号:"
prop=
"ysxlh"
>
<el-row>
<el-col
:span=
"18"
>
<el-select
v-model=
"ruleForm.ysxlh"
@
change=
"handleSelect"
:disabled=
"disabled"
placeholder=
"请选择"
>
<!-- 青海2.0版本提出输入序列号,故以下内容注释,同步相关js代码也注释 -->
<!--
<el-select
v-model=
"ruleForm.ysxlh"
@
change=
"handleSelect"
:disabled=
"disabled"
placeholder=
"请选择"
>
<el-option
v-for=
"item in ysxlh"
:key=
"item.ysxlh"
:label=
"item.ysxlh"
:value=
"item.ysxlh"
>
</el-option>
</el-select>
</el-select>
-->
<input
:disabled=
"disabled"
maxlength=
"19"
class=
"formInput"
v-model=
"ruleForm.ysxlh"
/>
</el-col>
<el-col
:span=
"4"
v-if=
"this.formData.bdcqzlx==1"
>
<el-tabs
v-model=
"activeTitle"
>
...
...
Please
register
or
sign in
to post a comment