sale-client 3.5.176 → 3.5.180
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/UserGeneralInfoTest.vue +1 -1
- package/src/components/UserFiles/HighMeterCard.vue +1114 -1071
- package/src/components/charge/business/FilesComplete.vue +1 -1
- package/src/components/chargeNew/HighMeterIdCard.vue +1054 -1054
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +9 -21
- package/src/filiale/gehua/HighMeterIdCard.vue +1245 -1247
- package/src/filiale/huayin/FileManageService.js +396 -396
- package/src/filiale/huayin/UserDeviceInfoTest.vue +410 -410
- package/src/filiale/huayin/sale.js +26 -26
- package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
- package/src/filiale/rongcheng/SafeCheck.vue +1 -1
- package/src/filiale/tongchuan/UserBaseInfoNew.vue +360 -360
- package/src/filiale/zhongyi/HandplanQuery.vue +1200 -1200
- package/src/filiale/zhongyi/sale.js +37 -37
- package/src/main.js +23 -22
- package/yarn-error.log +0 -9224
package/package.json
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
</div>
|
|
94
94
|
<div class="row">
|
|
95
95
|
<div class="col-sm-2"></div>
|
|
96
|
-
<input v-if="fileSaveData.reason
|
|
96
|
+
<input v-if="fileSaveData.reason==='其他'" class="input_search" style="width:60%" placeholder='修改原因' v-model="fileSaveData.modifyReason"/>
|
|
97
97
|
</div>
|
|
98
98
|
</article>
|
|
99
99
|
<footer slot="modal-footer" class="modal-footer">
|