This commit is contained in:
xingquansheng
2019-09-21 17:08:22 +08:00
parent 52e223101a
commit 50c66e917e
36 changed files with 401 additions and 386 deletions

View File

@@ -278,12 +278,12 @@
style="width: 795px;margin-right: 10px"
clearable/>
</div>
<el-divider content-position="right"><el-button :disabled="disabledPick" type="text" icon="el-icon-edit" @click="function_Pick">选货</el-button></el-divider>
<el-divider content-position="right"><el-button :disabled="disabledPick" size="mini" type="text" icon="el-icon-edit" @click="function_Pick">选货</el-button></el-divider>
<el-table
v-loading="listLoading"
:data="tableData"
highlight-current-row
style="width: 100%"
style="width: 100%;margin-top: 20px"
height="560"
border
size="mini">
@@ -327,7 +327,7 @@
{{ scope.row.设计者 }}
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" width="150px">
<el-table-column label="操作" fixed="right" align="center" width="130px">
<template slot-scope="scope">
<el-button
:disabled="disabledDetailsDelete"
@@ -503,7 +503,7 @@
</div>
</el-dialog>
<el-dialog :visible.sync="dialogFormVisibleSearch" center style="min-height: 700px" width="95%">
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisibleSearch" center style="height: 600px" width="98%">
<div>
<el-table
:data="tableDataSearchList"