Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
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
张伯涛
NLT-e-cigarette
Commits
46ca56a4
Commit
46ca56a4
authored
Jul 05, 2022
by
秦嘉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
a1561851
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
assembling.vue
src/views/productTraceability/assembling.vue
+1
-0
Station.vue
src/views/productionInfo/Station.vue
+2
-1
No files found.
src/views/productTraceability/assembling.vue
View file @
46ca56a4
...
...
@@ -179,6 +179,7 @@ export default {
* 重置按钮方法
*/
resetQuery
()
{
this
.
$refs
[
'queryParams'
].
clearValidate
();
this
.
queryParams
.
materSn
=
undefined
this
.
assemblingList
=
[]
this
.
form
=
{}
...
...
src/views/productionInfo/Station.vue
View file @
46ca56a4
...
...
@@ -103,6 +103,7 @@
<el-table-column
align=
"center"
:show-overflow-tooltip=
"true"
prop=
"updatePerName"
>
<
template
slot=
"header"
>
<div>
操作人
</div>
<div>
Operator
</div>
</
template
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
updatePerName
||
'-'
}}
</span>
...
...
@@ -217,7 +218,7 @@
<div
class=
"labelName"
>
备注
</div>
<div
class=
"labelName"
>
PS
</div>
</div>
<el-input
v-model
.
trim=
"form.remarks"
:maxlength=
"256"
show-word-limit
type=
"textarea"
:row
=
"3
"
placeholder=
"请输入备注"
/>
<el-input
v-model
.
trim=
"form.remarks"
:maxlength=
"256"
show-word-limit
type=
"textarea"
:row
s=
"5
"
placeholder=
"请输入备注"
/>
</el-form-item>
</el-col>
</el-row>
...
...
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