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
4f88d73a
Commit
4f88d73a
authored
Jul 06, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 56386,56387
parent
11f2b222
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
ModelDetails.vue
src/views/productionInfo/ModelDetails.vue
+13
-3
No files found.
src/views/productionInfo/ModelDetails.vue
View file @
4f88d73a
...
...
@@ -248,7 +248,12 @@
@
select=
"handleSelectionMaterial"
>
<el-table-column
type=
"selection"
width=
"50"
:selectable=
"partNumSelected"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"50"
/>
<el-table-column
type=
"index"
width=
"50"
>
<
template
slot=
"header"
>
<div>
序号
</div>
<div>
No.
</div>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
prop=
"materCode"
width=
"250"
:show-overflow-tooltip=
"true"
>
<
template
slot=
"header"
>
<div>
料号
</div>
...
...
@@ -320,7 +325,12 @@
@
select=
"handleMater"
>
<el-table-column
v-if=
"materType === '2'"
type=
"selection"
width=
"50"
:selectable=
"materSelected"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"50"
/>
<el-table-column
type=
"index"
width=
"50"
>
<
template
slot=
"header"
>
<div>
序号
</div>
<div>
No.
</div>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
width=
"150px"
prop=
"materCode"
:show-overflow-tooltip=
"true"
>
<
template
slot=
"header"
>
<div>
料号
</div>
...
...
@@ -1014,7 +1024,7 @@ export default {
// 删除物料
handleDeleteMater
(
row
)
{
let
list
=
[]
this
.
$confirm
(
'
确认删除该物料
?'
,
'提示'
,
{
this
.
$confirm
(
'
所选择数据被删除后不可再恢复,是否继续
?'
,
'提示'
,
{
confirmButtonText
:
'确定 Confirm'
,
cancelButtonText
:
'取消 Cancel'
,
cancelButtonClass
:
'btn-custom-cancel'
,
...
...
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