sale-client 3.6.200-test → 3.6.201
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
|
@@ -90,41 +90,38 @@
|
|
|
90
90
|
<v-select id="f_is_mgq" :value.sync="baseinfo.base.f_is_mgq" v-model="baseinfo.base.f_is_mgq"
|
|
91
91
|
:options='mgq' placeholder='是否煤改气' style="width: 65%" close-on-select></v-select>
|
|
92
92
|
</div>
|
|
93
|
-
<div class="col-sm-4 form-group">
|
|
94
|
-
<label for="f_contract" class="font_normal_body"> 燃气本号</label>
|
|
95
|
-
<input type="text" v-model="baseinfo.base.f_book_no" class="input_search" style="width:60%" placeholder="用户证号">
|
|
96
|
-
</div>
|
|
97
|
-
</div>
|
|
98
|
-
<div class="row">
|
|
99
93
|
<div style="" class="col-sm-4 form-group">
|
|
100
94
|
<label for="f_rent_name" class="font_normal_body"> 租户姓名</label>
|
|
101
95
|
<input type="text" v-model="baseinfo.base.f_rent_name" class="input_search" style="width:60%"
|
|
102
96
|
placeholder="租户姓名">
|
|
103
97
|
</div>
|
|
98
|
+
</div>
|
|
99
|
+
<div class="row">
|
|
104
100
|
<div style="" class="col-sm-4 form-group">
|
|
105
101
|
<label for="f_zuhu_phone" class="font_normal_body"> 租户电话</label>
|
|
106
102
|
<input type="text" v-model="baseinfo.base.f_zuhu_phone" class="input_search" style="width:60%"
|
|
107
103
|
placeholder="租户电话">
|
|
108
104
|
</div>
|
|
109
|
-
</div>
|
|
110
|
-
<div class="row">
|
|
111
105
|
<div style="" class="col-sm-8 form-group">
|
|
112
106
|
<label for="f_zuhu_idnumber" class="font_normal_body">租户身份证</label>
|
|
113
107
|
<input type="text" v-model="baseinfo.base.f_zuhu_idnumber" class="input_search" style="width:80%"
|
|
114
108
|
placeholder="租户身份证">
|
|
115
109
|
</div>
|
|
110
|
+
</div>
|
|
111
|
+
<div class="row">
|
|
116
112
|
<div style="" class="col-sm-4 form-group">
|
|
117
113
|
<label for="f_is_mgq" class="font_normal_body "> 付款类型</label>
|
|
118
114
|
<v-select id="f_is_mgq" :value.sync="baseinfo.base.f_cost_type" v-model="baseinfo.base.f_cost_type"
|
|
119
115
|
:options='costtype' placeholder='付款类型' style="width: 65%" close-on-select></v-select>
|
|
120
116
|
</div>
|
|
121
|
-
</div>
|
|
122
|
-
<div class="row">
|
|
123
117
|
<div class="col-sm-8 form-group">
|
|
124
118
|
<label for="f_contract" class="font_normal_body"> 合同编号</label>
|
|
125
119
|
<input type="text" v-model="baseinfo.base.f_contract_id" class="input_search" style="width:80%"
|
|
126
120
|
placeholder="合同编号">
|
|
127
121
|
</div>
|
|
122
|
+
</div>
|
|
123
|
+
<div class="row">
|
|
124
|
+
|
|
128
125
|
<!-- <div class="col-sm-4 form-group">-->
|
|
129
126
|
<!-- <label for="f_user_state" class="font_normal_body"> 房屋类型</label>-->
|
|
130
127
|
<!-- <input type="text" v-show="false" v-model="baseinfo.base.f_house_type">-->
|