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
351e3a31
Commit
351e3a31
authored
Jan 27, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列添加
parent
bd52093c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
10 deletions
+26
-10
index.vue
src/components/TmTool/index.vue
+26
-10
No files found.
src/components/TmTool/index.vue
View file @
351e3a31
...
...
@@ -31,16 +31,16 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"工装夹具类型"
prop=
"toolTypeId"
>
<el-select
v-model=
"form.toolTypeId"
placeholder=
"请选择类型"
>
<el-option
v-for=
"dict in toolTypeOptions"
:key=
"dict.toolTypeId"
:label=
"dict.toolTypeName"
:value=
"dict.toolTypeId"
></el-option
>
</el-select
>
</el-form-item
>
<!--
<el-form-item
label=
"工装夹具类型"
prop=
"toolTypeId"
>
--
>
<!--
<el-select
v-model=
"form.toolTypeId"
placeholder=
"请选择类型"
>
--
>
<!--
<el-option-->
<!-- v-for="dict in toolTypeOptions"-->
<!-- :key="dict.toolTypeId"-->
<!-- :label="dict.toolTypeName"-->
<!-- :value="dict.toolTypeId"-->
<!-- >
</el-option>
--
>
<!--
</el-select>
--
>
<!--
</el-form-item>
--
>
<el-form-item
label=
"品牌"
label-width=
"60px"
prop=
"brand"
>
<el-input
v-model=
"queryParams.brand"
...
...
@@ -101,6 +101,22 @@
>
</
template
>
</el-table-column>
<el-table-column
label=
"编号"
align=
"center"
prop=
"toolCode"
>
</el-table-column>
<el-table-column
label=
"名称"
align=
"center"
prop=
"toolName"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"handleView(scope.row)"
v-hasPermi=
"['mes:tm:tool:query']"
>
{{
scope
.
row
.
toolName
}}
</el-button>
</
template
>
</el-table-column>
<el-table-column
label=
"品牌"
align=
"center"
prop=
"brand"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"型号"
align=
"center"
prop=
"spec"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"类型"
align=
"center"
prop=
"toolTypeName"
/>
<el-table-column
label=
"库存数量"
align=
"center"
prop=
"quantity"
/>
<el-table-column
label=
"可用数量"
align=
"center"
prop=
"quantityAvail"
/>
</el-table>
<pagination
...
...
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