物流单号

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