| | |
| | | <el-table-column label="数量" prop="qty" /> |
| | | <el-table-column label="金额" prop="amt" /> |
| | | <el-table-column label="到期时间" prop="endDate" /> |
| | | <el-table-column label="" prop=""> |
| | | <!-- <el-table-column label="" prop=""> |
| | | <template slot-scope="scope"> |
| | | <el-link |
| | | type="primary" |
| | |
| | | >查看明细</el-link |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | </el-table> |
| | | </el-form-item> |
| | | <el-form-item |
| | |
| | | }, |
| | | getSaleManList() { |
| | | let data = { |
| | | staffId: JSON.parse(localStorage.getItem("user")).staffs[0].id, |
| | | staffId: JSON.parse(localStorage.getItem("selectStaff")).id, |
| | | keyword: "", |
| | | pageIn: { |
| | | index: 0, |
| | |
| | | }); |
| | | }, |
| | | goDetails(row) { |
| | | this.$router.push("/details"); |
| | | // this.$router.push("/details"); |
| | | }, |
| | | }, |
| | | }; |