apply-clients 5.0.35-50 → 5.0.35-53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -325,7 +325,11 @@ let btn_operate = function * (self, url, http, model, delteLocal) {
325
325
  employeetemplate:'',
326
326
  tables:self.data.tables,
327
327
  start_activity:self.$workflow_vue.start_activity,
328
- model:model,loginUser:Vue.user
328
+ model:model,
329
+ loginUser:Vue.user
330
+ }
331
+ if(param.model.defname === '现场勘查定价'){
332
+ param.model.f_unaccounts_money = param.model.f_total_cost
329
333
  }
330
334
  // http.load('POST',url,{data:{employeetemplate:'',tables:self.data.tables,start_activity:self.$workflow_vue.start_activity,model:model,loginUser:Vue.user}}, {resolveMsg: null, rejectMsg: null})
331
335
  let paramStr = JSON.stringify(param)