| | |
| | | </el-table-column> |
| | | <el-table-column prop="toIfsLocationNo" label="移至库位" align="center"> |
| | | </el-table-column> |
| | | <el-table-column label="操作" align="center" width="100"> |
| | | <el-table-column label="操作" align="center" width="100" v-if="permissions.warehouse_pallettransports_demand_edit"> |
| | | <template slot-scope="scope"> |
| | | <!-- <el-button v-show="!scope.row.canEdit" type="text" :disabled="scope.row.detailExistState" |
| | | @click="scope.row.canEdit = true">编辑</el-button> --> |
| | |
| | | }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="操作" align="center" width="85"> |
| | | <el-table-column label="操作" align="center" width="85" v-if="permissions.warehouse_pallettransports_detail_edit"> |
| | | <template slot-scope="scope"> |
| | | <!-- <el-button type="text" @click="openEditStockDialog(scope.row)" |
| | | :disabled="scope.row.state === '01initial' ? false : true">编辑</el-button> --> |
| | |
| | | } |
| | | ], |
| | | toolbar: [], |
| | | operator: [ |
| | | { |
| | | text: '删除', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.deleteHandle |
| | | } |
| | | ], |
| | | operator: null, |
| | | operatorConfig: { |
| | | fixed: 'right', |
| | | label: '操作', |
| | |
| | | } |
| | | } |
| | | }, |
| | | created() { }, |
| | | created() { |
| | | if(this.permissions.warehouse_pallettransports_edit){ |
| | | this.table.operator = [ |
| | | { |
| | | text: '删除', |
| | | type: 'text', |
| | | size: 'small', |
| | | fun: this.deleteHandle |
| | | } |
| | | ] |
| | | } |
| | | }, |
| | | methods: { |
| | | // 单行选中 |
| | | handleCurrentChange(row) { |