apply-clients 3.5.4-64 → 3.5.4-66
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
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
<function-service-control v-ref:service :selectdata="selectdata"></function-service-control>
|
|
11
11
|
</tab>
|
|
12
12
|
<tab header='附件'>
|
|
13
|
-
<apply-upload :blodid="
|
|
13
|
+
<apply-upload :blodid="selectdata.f_process_id"
|
|
14
14
|
:isupload = "true"
|
|
15
15
|
:isdelete="true"
|
|
16
16
|
:isusetype="true"
|
|
17
17
|
:isremark = "true"
|
|
18
18
|
:takeimg="true"
|
|
19
19
|
:issearch="true"
|
|
20
|
-
:defname="
|
|
20
|
+
:defname="selectdata.defname"
|
|
21
21
|
>
|
|
22
22
|
</apply-upload>
|
|
23
23
|
</tab>
|
|
@@ -608,6 +608,8 @@
|
|
|
608
608
|
},
|
|
609
609
|
async saveUserFile(type) {
|
|
610
610
|
for (let i = 0; i < this.material.length; i++) {
|
|
611
|
+
this.material[i].f_material_name=this.material[i].f_material_name.name
|
|
612
|
+
this.material[i].f_typenumber=this.material[i].f_typenumber.name
|
|
611
613
|
this.material[i].f_process_id = this.selectdata.f_process_id
|
|
612
614
|
this.material[i].f_department = Vue.user.f_department_name
|
|
613
615
|
this.material[i].f_fee = this.material[i].f_material_price * this.material[i].f_material_number
|