apply-clients 5.0.35-35 → 5.0.35-38
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/components/product/Process/Processes/Service/ApplyChargeSearch.vue +391 -390
- package/src/components/product/Process/Processes/Service/ServiceControl.vue +14 -14
- package/src/components/product/ServiceView.vue +2 -16
- package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +454 -414
- package/src/components/product/applyReport/ApplyReport.vue +205 -179
- package/src/components/product/applyReport/PrintApplyReport.vue +116 -111
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
} else {
|
|
452
452
|
data = {
|
|
453
453
|
tablename: this.data.onetomany[index].tables[0],
|
|
454
|
-
condition: `
|
|
454
|
+
condition: `f_process_id='${this.selectdata.f_process_id}'`
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
457
|
let res = await http.load('POST', 'rs/sql/singleTable', {data: data}, {
|
|
@@ -1573,19 +1573,19 @@
|
|
|
1573
1573
|
|
|
1574
1574
|
}
|
|
1575
1575
|
if (model.button.button_name === '提交') {
|
|
1576
|
-
for (let i = 0; i < this.show_data.fields.length; i++) {
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
}
|
|
1576
|
+
// for (let i = 0; i < this.show_data.fields.length; i++) {
|
|
1577
|
+
// if (this.show_data.fields[i].label === '收费项目') {
|
|
1578
|
+
// let yuanXiang = this.show_data.fields[i].value
|
|
1579
|
+
// if (yuanXiang != '' && yuanXiang != null) {
|
|
1580
|
+
// for (let i = 0; i < yuanXiang.length; i++) {
|
|
1581
|
+
// this.xia += yuanXiang[i] + '-'
|
|
1582
|
+
// }
|
|
1583
|
+
// let idx = this.xia.lastIndexOf("-");
|
|
1584
|
+
// this.xiangmu = this.xia.substring(0,idx)
|
|
1585
|
+
// }
|
|
1586
|
+
// model.f_charge_items = this.xiangmu
|
|
1587
|
+
// }
|
|
1588
|
+
// }
|
|
1589
1589
|
var flag = false
|
|
1590
1590
|
if (this.data.defname == '合同审核') {
|
|
1591
1591
|
flag = true
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
</div>
|
|
94
94
|
|
|
95
95
|
<!--select-->
|
|
96
|
-
<div style="height: 34px" v-if="item.type==='select'
|
|
96
|
+
<div style="height: 34px" v-if="item.type==='select'" v-show="!item.hidden"
|
|
97
97
|
:class="[data.fields[index].required&&!(data.fields[index].value) ? 'has-error' : '',data.fields[index].bootstraped?data.fields[index].bootstraped+' form-group ':'col-sm-4 form-group']">
|
|
98
98
|
<label style="width:85px;"
|
|
99
99
|
:class="item.label_bootstraped?item.label_bootstraped+' control-label control-label-justify':'control-label-justify control-label col-sm-6'">{{item.label}}</label>
|
|
@@ -106,20 +106,6 @@
|
|
|
106
106
|
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
|
-
<!--select-->
|
|
110
|
-
<div style="height: 34px" v-if="item.type==='select' && item.label === '收费项目'" v-show="!item.hidden"
|
|
111
|
-
:class="[data.fields[index].required &&!(data.fields[index].value) ? 'has-error' : '','col-sm-8 form-group']">
|
|
112
|
-
<label style="width:85px;"
|
|
113
|
-
:class="item.label_bootstraped?item.label_bootstraped+' control-label control-label-justify':'control-label-justify control-label col-sm-6'">{{item.label}}</label>
|
|
114
|
-
<v-select :class="item.value_bootstraped?item.value_bootstraped:'col-sm-6'" @blur="check_disable"
|
|
115
|
-
@change="select_change(index),disabled_check(data.fields[index].required,data.fields[index].value)"
|
|
116
|
-
:readonly="item.readonly" :disabled="item.disabled" :value.sync="data.fields[index].value"
|
|
117
|
-
v-model="data.fields[index].value"
|
|
118
|
-
:search="true"
|
|
119
|
-
multiple
|
|
120
|
-
:options='data.fields[index].options' :valueSingle="true"></v-select>
|
|
121
|
-
|
|
122
|
-
</div>
|
|
123
109
|
|
|
124
110
|
<!--checkbox-->
|
|
125
111
|
<div v-if="item.type==='checkbox'"
|
|
@@ -137,7 +123,7 @@
|
|
|
137
123
|
</div>
|
|
138
124
|
<!-- onetomany -->
|
|
139
125
|
<div class="col-sm-12" v-for="(i,datagrid) in data.onetomany">
|
|
140
|
-
<table v-show="!datagrid.hidden" class="table table-bordered table-striped table-hover">
|
|
126
|
+
<table v-show="!datagrid.hidden" class="table table-bordered table-striped table-hover" style="margin-top: 80px">
|
|
141
127
|
<tr style="background-color: #00A3F0">
|
|
142
128
|
<th style="text-align: center;border-color: #00A3F0"><font color="white">序号</font></th>
|
|
143
129
|
<th v-for="labels in datagrid.fields" style="text-align: center;border-color: #00A3F0">
|