|
|
@@ -38,6 +38,8 @@ const showEmpty = computed(() => {
|
|
|
return unpaidFees.value.length === 0
|
|
|
})
|
|
|
|
|
|
+const showPayMethodPicker = ref(false)
|
|
|
+
|
|
|
const currentHisItem = ref({})
|
|
|
function handleClickHisItem(item) {
|
|
|
localStorage.setItem('hisOrdNum', item.hisOrdNum)
|
|
|
@@ -91,7 +93,6 @@ function makeMoney(money) {
|
|
|
return '¥' + m.toFixed(2)
|
|
|
}
|
|
|
|
|
|
-const showPayMethodPicker = ref(false)
|
|
|
const payMethodColumns = [
|
|
|
{text: '微信支付', value: 'WX'},
|
|
|
{text: '医保支付(限本人)', value: 'YB'}
|