| | |
| | | </div> --> |
| | | <div class="box-table" style="margin-top: 1%"> |
| | | <el-table ref="singleTable" :data="tableData" style="width: 100%; height: 630px" highlight-current-row |
| | | height="500px" @row-click="handleRowClick" |
| | | @selection-change="handleSelectionChange"> |
| | | height="500px" @row-click="handleRowClick" @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="55"> </el-table-column> |
| | | <el-table-column label="åºå·" type="index" fixed="left" width="55" align="center"></el-table-column> |
| | | <el-table-column v-for="(item, index) in tableColumns.filter((x) => !x.hidden)" :key="index" :prop="item.prop" |
| | |
| | | "AreaId": this.areaId, |
| | | } |
| | | this.http |
| | | .post("api/ProductionOutboundOrder/GeneratetProductOutboundTask", param, "æ°æ®å¤çä¸") |
| | | .post("api/ProductionOutboundOrder/GeneratetProductOutboundTask", param, "æ°æ®å¤çä¸...") |
| | | .then((x) => { |
| | | if (!x.status) return this.$message.error(x.message); |
| | | this.$message.success("æä½æå"); |