物流单号

This commit is contained in:
闫晓茹 2022-11-14 15:43:00 +08:00
parent c8d32cab71
commit cc12e2a11d

View File

@ -167,7 +167,7 @@
v-hasPermi="['system:goodsOrder:editExpressNo']"
>录入物流单号</el-button
>
<el-button
<!-- <el-button
v-if="scope.row.orderStatus != 'WAIT_RECEIVED_GOODS'"
size="mini"
type="text"
@ -175,7 +175,7 @@
disabled
v-hasPermi="['system:goodsOrder:editExpressNo']"
>不可录入物流单号</el-button
>
> -->
</template>
</el-table-column>
<el-table-column
@ -202,7 +202,7 @@
v-hasPermi="['system:goodsOrder:goodsOrderRefund']"
>确认退款</el-button
>
<el-button
<!-- <el-button
v-else
size="mini"
type="text"
@ -210,7 +210,7 @@
disabled
v-hasPermi="['system:goodsOrder:goodsOrderRefund']"
>确认退款</el-button
>
> -->
</template>
</el-table-column>
</el-table>