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.
- package/package.json +1 -1
- package/src/apply.js +165 -164
- package/src/components/app_apply/ApplyToDoList.vue +6 -6
- package/src/components/app_apply/Gongcheng.vue +3562 -0
- package/src/components/app_apply/ServiceControl.vue +5 -1
- package/src/components/product/Function/functions/BuyerMessage.vue +512 -512
- package/src/components/product/Function/functions/InstallFee.vue +4 -2
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +2057 -2056
- package/src/ezhouAndroid.js +2 -2
- package/src/main.js +32 -32
|
@@ -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,
|
|
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)
|