|
|
|
@ -26,12 +26,12 @@ |
|
|
|
<el-form-item |
|
|
|
prop="urlFile" |
|
|
|
:rules="componentRules.urlFile" |
|
|
|
label="URL文件号/UL Product Model" |
|
|
|
label="UL文件号/UL Product Model" |
|
|
|
> |
|
|
|
<span slot="label"> |
|
|
|
<a href="javascript:void(0)" @click="queryUrlFile" style=" text-decoration: none;">URL文件号/UL Product Model</a> |
|
|
|
<a href="javascript:void(0)" @click="queryUrlFile" style=" text-decoration: none;">UL文件号/UL Product Model</a> |
|
|
|
</span> |
|
|
|
<el-input v-model="bomData.urlFile" style="width: 175px" /> |
|
|
|
<el-input v-model="bomData.urlFile" style="width: 370px" /> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label=" "> |
|
|
|
<el-button type="primary" @click="searchTable(true)" >刷新</el-button> |
|
|
|
@ -274,10 +274,10 @@ |
|
|
|
</el-footer> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<el-dialog title="URL文件号/UL Product Model" top="17vh" :close-on-click-modal="false" v-drag :visible.sync="urlFileFlag" width="450px"> |
|
|
|
<el-dialog title="UL文件号/UL Product Model" top="17vh" :close-on-click-modal="false" v-drag :visible.sync="urlFileFlag" width="700px"> |
|
|
|
<el-form :inline="true" label-position="top" :model="searchData"> |
|
|
|
<el-form-item :label="'名称'"> |
|
|
|
<el-input v-model="searchData.urlFile" clearable style="width: 120px"></el-input> |
|
|
|
<el-input v-model="bomData.urlFile" clearable style="width: 120px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="' '"> |
|
|
|
<el-button type="primary" @click="queryUrlFile">查询</el-button> |
|
|
|
@ -905,7 +905,7 @@ |
|
|
|
queryUrlFileList(this.searchData).then(({data}) => { |
|
|
|
if (data && data.code === 0) { |
|
|
|
this.urlFileList = data.page.list |
|
|
|
this.pageIndex = data.page.currPage |
|
|
|
this.pageIndex = 1 |
|
|
|
this.pageSize = data.page.pageSize |
|
|
|
this.totalPage = data.page.totalCount |
|
|
|
} else { |
|
|
|
|