Browse Source

完善车辆出厂

master
yunuo970428 9 months ago
parent
commit
f308555a8f
  1. 2
      yxt-as-ui/src/views/operation/repairbill/repairbillBYLeaveFactory.vue

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

@ -439,7 +439,7 @@ export default {
},
leaveFactory() {
if (this.sids.length === 1) {
if (this.multipleSelection[0].subject === '保外' && this.multipleSelection[0].outDoorState === '0') {
if (this.multipleSelection[0].subject === '保外' && this.multipleSelection[0].isOutFactory === '否') {
arrearsleavefactory.init(this.sids[0]).then((res) => {
if (res.success) {
this.viewState = 5

Loading…
Cancel
Save