Browse Source

完善维修单结算

master
yunuo970428 5 months ago
parent
commit
25bd4a68a7
  1. 2
      yxt-as-ui/src/views/operation/repairbill/repairbillBySettleAccounts.vue

2
yxt-as-ui/src/views/operation/repairbill/repairbillBySettleAccounts.vue

@ -456,7 +456,7 @@ export default {
//
toSettle() {
if (this.sids.length === 1) {
req.settle(this.sids[0]).then((res) => {
req.settle({ sid: this.sids[0] }).then((res) => {
if (res.success) {
this.viewState = 3
this.$refs['divSettle'].showAdd({ sid: this.sids[0] })

Loading…
Cancel
Save