| | |
| | | return |
| | | } |
| | | |
| | | const result = await DevRentApi.feeConfirm(formData.value.id) |
| | | if (0 == result) |
| | | message.success(t('操作成功')) |
| | | try { |
| | | const result = await DevRentApi.feeConfirm(formData.value.id) |
| | | if (0 == result) { |
| | | //message.success(t('确费操作成功')) |
| | | } |
| | | } catch (err) { |
| | | // 框架 会给出 后台的 错误信息 |
| | | } |
| | | |
| | | } |
| | | |
| | | const feeCancel = async () => { |
| | |
| | | return |
| | | } |
| | | |
| | | const result = await DevRentApi.feeCancel(formData.value.id) |
| | | if (0 == result) |
| | | message.success(t('操作成功')) |
| | | try { |
| | | const result = await DevRentApi.feeCancel(formData.value.id) |
| | | if (0 == result) { |
| | | // message.success(t('确费取消成功')) |
| | | } |
| | | } catch (err) { |
| | | // 框架 会给出 后台的 错误信息 |
| | | } |
| | | |
| | | } |
| | | |
| | | const getDisplayBarcode = (): string => { |