diff --git a/oms_web/oms_vue/src/views/finance/payment/components/DetailDrawer.vue b/oms_web/oms_vue/src/views/finance/payment/components/DetailDrawer.vue index f4a33544..36281639 100644 --- a/oms_web/oms_vue/src/views/finance/payment/components/DetailDrawer.vue +++ b/oms_web/oms_vue/src/views/finance/payment/components/DetailDrawer.vue @@ -42,7 +42,7 @@ -
备注: +
单据来源:
diff --git a/oms_web/oms_vue/src/views/finance/payment/index.vue b/oms_web/oms_vue/src/views/finance/payment/index.vue index de419787..b2a102f1 100644 --- a/oms_web/oms_vue/src/views/finance/payment/index.vue +++ b/oms_web/oms_vue/src/views/finance/payment/index.vue @@ -41,8 +41,8 @@ @keyup.enter.native="handleQuery" /> - - + + @@ -167,7 +167,7 @@ {{ formatCurrency(scope.row.totalPriceWithTax) }} - + @@ -233,7 +233,7 @@ size="mini" type="text" icon="el-icon-refresh-right" - v-if="canApplyRefund(scope.row)" + v-if="canApplyRefund(scope.row) && false" @click="handleApplyRefund(scope.row)" >申请退款 - - + +