Merge branch 'dev-ver1.0.0' of http://118.178.128.178/Fedex/EcomWeb into dev-ver1.0.0
Showing
2 changed files
with
20 additions
and
0 deletions
| ... | @@ -290,6 +290,7 @@ | ... | @@ -290,6 +290,7 @@ |
| 290 | </template> | 290 | </template> |
| 291 | 291 | ||
| 292 | <script> | 292 | <script> |
| 293 | +// import {getAllExportingBills, getAllListBills} from "@/api/query/query"; | ||
| 293 | import PopoverTextarea from "@/components/PopoverTextarea/index.vue"; | 294 | import PopoverTextarea from "@/components/PopoverTextarea/index.vue"; |
| 294 | 295 | ||
| 295 | export default { | 296 | export default { |
| ... | @@ -394,6 +395,15 @@ export default { | ... | @@ -394,6 +395,15 @@ export default { |
| 394 | } | 395 | } |
| 395 | }, | 396 | }, |
| 396 | created() { | 397 | created() { |
| 398 | + // getAllListBills({ | ||
| 399 | + // pageIndex: 1, | ||
| 400 | + // pageSize: 20 | ||
| 401 | + // }).then((res) => { | ||
| 402 | + // console.log('res', res) | ||
| 403 | + // this.tableData = res.data.value; | ||
| 404 | + // this.total = res.data.totalItems; | ||
| 405 | + // debugger; | ||
| 406 | + // }) | ||
| 397 | }, | 407 | }, |
| 398 | methods: { | 408 | methods: { |
| 399 | input() { | 409 | input() { | ... | ... |
| ... | @@ -154,6 +154,7 @@ | ... | @@ -154,6 +154,7 @@ |
| 154 | </template> | 154 | </template> |
| 155 | 155 | ||
| 156 | <script> | 156 | <script> |
| 157 | +// import {getAllExportingBills, getAllTransportBills} from "@/api/query/query"; | ||
| 157 | 158 | ||
| 158 | export default { | 159 | export default { |
| 159 | name: "index", | 160 | name: "index", |
| ... | @@ -255,6 +256,15 @@ export default { | ... | @@ -255,6 +256,15 @@ export default { |
| 255 | } | 256 | } |
| 256 | }, | 257 | }, |
| 257 | created() { | 258 | created() { |
| 259 | + // getAllTransportBills({ | ||
| 260 | + // pageIndex: 1, | ||
| 261 | + // pageSize: 20 | ||
| 262 | + // }).then((res) => { | ||
| 263 | + // console.log('res', res) | ||
| 264 | + // this.tableData = res.data.value; | ||
| 265 | + // this.total = res.data.totalItems; | ||
| 266 | + // debugger; | ||
| 267 | + // }) | ||
| 258 | }, | 268 | }, |
| 259 | methods: { | 269 | methods: { |
| 260 | tableSelect(val) { | 270 | tableSelect(val) { | ... | ... |
-
Please register or login to post a comment