|
@@ -1,5 +1,7 @@
|
|
|
<template>
|
|
|
<div class="outOrderTable">
|
|
|
+ <!-- {{is_return}}--{{powers.some((item) => item == '051')}} -->
|
|
|
+ <!-- v-if="is_return && powers.some((item) => item == '051')" -->
|
|
|
<el-table
|
|
|
ref="addrForm"
|
|
|
:data="tableData"
|
|
@@ -20,7 +22,7 @@
|
|
|
show-overflow-tooltip
|
|
|
prop="send_status"
|
|
|
label="状态"
|
|
|
- width="100"
|
|
|
+ width="105"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag
|
|
@@ -305,10 +307,11 @@ export default {
|
|
|
let wsall = wsend_num * 1;
|
|
|
|
|
|
this.status = status;
|
|
|
- console.log(this.status);
|
|
|
+ // console.log(this.status);
|
|
|
let t = 0;
|
|
|
this.tableData = JSON.parse(JSON.stringify(addrs));
|
|
|
this.tableData.forEach((a) => {
|
|
|
+ if(a.send_status!=='2'&&a.send_status!=='3'&&a.send_status!=='4')
|
|
|
t += a.receipt_quantity * 1;
|
|
|
});
|
|
|
if (t === good_num * 1) {
|