| | |
| | | > |
| | | </el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-form-item style="float: right;"> |
| | | <!-- 上传 --> |
| | | <el-button |
| | | v-if="menuStatus.upload" |
| | |
| | | @click="setFileDelete" |
| | | type="danger" |
| | | >{{ $t('common.delete') }}</el-button> |
| | | <!-- 入库 --> |
| | | <el-button |
| | | v-if="menuStatus.insert" |
| | | @click="setFileWare" |
| | | size="small" |
| | | :disabled="tableData.length == 0 ? true: false" |
| | | icon="el-icon-folder-add" |
| | | type="warning" |
| | | >{{ $t('common.Warehousin') }}</el-button> |
| | | <!-- 质检 --> |
| | | <el-button |
| | | v-if="menuStatus.insert" |
| | |
| | | @click="handleQuayTestClick()" |
| | | >{{$t('common.quayTest')}} |
| | | </el-button> |
| | | <!-- 入库 --> |
| | | <el-button |
| | | v-if="menuStatus.insert" |
| | | @click="setFileWare" |
| | | size="small" |
| | | :disabled="tableData.length == 0 ? true: false" |
| | | icon="el-icon-folder-add" |
| | | type="warning" |
| | | >{{ $t('common.Warehousin') }}</el-button> |
| | | |
| | | </el-form-item> |
| | | </el-form> |