Browse Source

完善维修单管理

zhanglei
yunuo970428 9 months ago
parent
commit
eca0c308cc
  1. 2
      yxt-as-ui/src/api/Common/dictcommons.js
  2. 2
      yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

2
yxt-as-ui/src/api/Common/dictcommons.js

@ -141,7 +141,7 @@ export function getGroupList(data) {
export function getListByUseOrgSid(data) {
return request({
url: '/as/v1/asserviceclaimanu/getListByUseOrgSid',
method: 'post',
method: 'get',
params: data
})
}

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

@ -906,7 +906,7 @@ export default {
day: nowDate.getDate()
}
this.formobj.createDate = date.year + '-' + (date.month >= 10 ? date.month : '0' + date.month) + '-' + (date.day >= 10 ? date.day : '0' + date.day)
this.formobj.isGoOut = 0
this.formobj.isGoOut = '0'
this.formobj.nodeCode = '1'
this.formobj.nodeName = '登记'
},

Loading…
Cancel
Save