| | |
| | | :close-on-press-escape="false" |
| | | :close-on-click-modal="false" |
| | | > |
| | | <div style="display: flex;justify-content: space-between"> |
| | | <el-form :inline="true" style="display: flex;align-items: center;flex-wrap: wrap;" > |
| | | <el-form-item label="条码编号:" > |
| | | <el-input v-model="state.queryParams.code" placeholder="请输入条码编号" ></el-input> |
| | | </el-form-item> |
| | | <el-form-item > |
| | | <el-button |
| | | type="primary" |
| | | @click="getList" |
| | | >查询</el-button> |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | | @click="reset" |
| | | >重置</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | | <el-table v-loading="state.loading" :data="state.dataList" :border="true" :show-header="false" height="550" @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="55" align="center" /> |
| | | <el-table-column align="center" > |
| | |
| | | pageSize: 5, |
| | | warehouseId: null, |
| | | basicId: null, |
| | | code: '' |
| | | }, |
| | | chooseList: [] |
| | | |
| | |
| | | pageSize: 5, |
| | | warehouseId: null, |
| | | basicId: null, |
| | | code: '' |
| | | } |
| | | state.total = 0 |
| | | state.chooseList = [] |
| | |
| | | :deep(.el-form .el-form-item__label) { |
| | | font-size: 15px; |
| | | } |
| | | :deep(.el-dialog__body) { |
| | | padding: 10px 20px 0 20px; |
| | | } |
| | | |
| | | .file { |
| | | display: flex; |
| | | flex-direction: column; |