| | |
| | | <el-button |
| | | :disabled="tableData.length == 0 ? false : true" |
| | | @click="setFileUpload" |
| | | size="small" |
| | | icon="el-icon-upload" |
| | | type="success" |
| | | >{{ |
| | |
| | | <el-button |
| | | :disabled="multipleSelection.length == 0 ? true : false" |
| | | icon="el-icon-delete" |
| | | size="small" |
| | | @click="setFileDelete" |
| | | type="danger" |
| | | >{{ $t('common.delete') }}</el-button> |
| | |
| | | <el-button |
| | | :disabled="multipleSelection.length == 0 ? true : false" |
| | | type="info" |
| | | size="small" |
| | | icon="el-icon-folder-checked" |
| | | @click="handleQuayTestClick()" |
| | | >{{$t('common.quayTest')}} |
| | |
| | | <!-- 入库 --> |
| | | <el-button |
| | | @click="setFileWare" |
| | | size="small" |
| | | :disabled="tableData.length == 0 ? true: false" |
| | | icon="el-icon-folder-add" |
| | | type="warning" |
| | |
| | | <el-button |
| | | @click="setWarehouseSearch" |
| | | icon="el-icon-upload" |
| | | size="small" |
| | | class="primary" |
| | | >{{ |
| | | $t('common.iquery') |
| | |
| | | <el-button |
| | | @click="setWarehouseReset" |
| | | icon="el-icon-folder-add" |
| | | size="small" |
| | | type="info" |
| | | >{{ $t('common.reset') }}</el-button> |
| | | <el-button |
| | | @click="setWarehouseDel" |
| | | icon="el-icon-folder-delete" |
| | | type="danger" |
| | | size="small" |
| | | >{{ $t('common.delete') }}</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | > |
| | | <el-button |
| | | class="elBotton" |
| | | size="small" |
| | | @click="quayTestVisible = false" |
| | | >取 消</el-button> |
| | | <el-button |
| | | class="elBotton" |
| | | size="small" |
| | | @click="commonQuayTest" |
| | | >确 定</el-button> |
| | | </span> |
| | |
| | | > |
| | | <el-button |
| | | class="elBotton" |
| | | size="small" |
| | | @click="testQuayVisible = false" |
| | | >取 消</el-button> |
| | | <el-button |
| | | class="elBotton" |
| | | size="small" |
| | | @click="commonTestQuay" |
| | | >确 定</el-button> |
| | | </span> |
| | |
| | | > |
| | | <el-button |
| | | class="primary" |
| | | size="small" |
| | | @click="autoMatchWare" |
| | | >自动匹配</el-button> |
| | | <el-button @click="setInsrtWareTableClose ">取 消</el-button> |
| | | <el-button |
| | | class="primary" |
| | | size="small" |
| | | @click="setInsrtWareTable" |
| | | >确 定</el-button> |
| | | </span> |
| | |
| | | :visible.sync="dialogVisible" |
| | | width="70%" |
| | | top="10vh" |
| | | |
| | | > |
| | | <div style="height:550px"> |
| | | <el-table |
| | |
| | | border: 1px solid white !important; |
| | | color: white !important; |
| | | } |
| | | /deep/.el-dialog__wrapper{ |
| | | /deep/.el-dialog__wrapper { |
| | | overflow: hidden; |
| | | } |
| | | } |