| | |
| | | <div> |
| | | <el-button type="text" v-if="permissions.warehouse_pallettransports_demand_add" |
| | | @click="openPartDialog">新增</el-button><el-button type="text" |
| | | v-if="permissions.warehouse_pallettransports_ifs" @click="openLocationDialog">IFS至库位</el-button> |
| | | v-if="permissions.warehouse_pallettransports_ifs" @click="openLocationDialog">移至库位</el-button> |
| | | </div> |
| | | </div> |
| | | <div> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="unit" label="计量单位" align="center"> |
| | | </el-table-column> |
| | | <el-table-column prop="toIfsLocationNo" label="IFS至库位" align="center"> |
| | | <el-table-column prop="toIfsLocationNo" label="移至库位" align="center"> |
| | | </el-table-column> |
| | | <el-table-column label="操作" align="center" width="100"> |
| | | <template slot-scope="scope"> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="fromIfsLocationNo" label="IFS从库位" align="center"> |
| | | </el-table-column> |
| | | <el-table-column prop="toIfsLocationNo" label="IFS至库位" align="center"> |
| | | <el-table-column prop="toIfsLocationNo" label="移至库位" align="center"> |
| | | <template slot-scope="scope"> |
| | | <el-link type="primary" @click="openSingleLocationDialog(scope.row)">{{ scope.row.toIfsLocationNo |
| | | }}</el-link> |