sale-client 3.4.175 → 3.4.176
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/FilesManage/MeterinfoTest.vue +4 -0
- package/src/components/charge/business/CardChangeFill.vue +598 -598
- package/src/components/revenue/base/leftview/meterinfodetail.vue +4 -0
- package/src/components/revenue/base/rightview/CardList.vue +510 -510
- package/src/components/revenue/comprehen/ComprehenOperation/OffGasAddGas/OffGasAddGas.vue +218 -218
- package/src/components/revenue/comprehen/ComprehenOperation/OtherGas/OtherGas.vue +359 -359
- package/src/components/revenue/comprehen/gasbrand/AddGasBrand.vue +1 -1
- package/src/components/revenue/machineHandManage/machineHand.vue +1894 -1891
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +23 -3
- package/src/components/webMeter/meterinfo/NewMeterList.vue +37 -1
- package/src/filiale/qianneng/FilesManageNew/MeterinfoTest.vue +5 -1
- package/src/filiale/qianneng/FilesManageNew/UserGeneralInfoTest.vue +610 -0
- package/src/filiale/qianneng/FilesManageNew/UserPaperInfoTest.vue +51 -0
- package/src/filiale/qianneng/sale.js +3 -1
- package/src/filiale/rizhao/FileUserFiles.vue +984 -984
- package/src/filiale/rizhao/UserDeviceInfoTest.vue +347 -347
- package/src/filiale/rizhao/sale.js +19 -19
- package/src/filiale/shanggao/MeterinfoTest.vue +4 -0
- package/src/filiale/zhongyi/NoCardMeterCenter.vue +464 -0
- package/src/filiale/zhongyi/sale.js +2 -0
- package/src/plugins/OffGasAddGasService.js +171 -171
package/package.json
CHANGED
|
@@ -324,6 +324,10 @@
|
|
|
324
324
|
<input type="text" style="width:48%" v-model="row.f_userfiles_lat" class="input_search" placeholder="纬度"/>
|
|
325
325
|
 <span class="glyphicon glyphicon-map-marker" @click="openModal" ></span>
|
|
326
326
|
</div>
|
|
327
|
+
<div class="col-sm-4 form-group">
|
|
328
|
+
<label class="font_normal_body">备    注</label>
|
|
329
|
+
<input type="text" style="width:60%" v-model="row.f_comments" class="input_search" placeholder="备注"/>
|
|
330
|
+
</div>
|
|
327
331
|
<div class="col-sm-4 form-group" v-if="config.overduesetShow">
|
|
328
332
|
<label class="font_normal_body">滞纳金规则</label>
|
|
329
333
|
<v-select :value.sync="row.f_overdue_set" v-model="row.f_overdue_set"
|