version3
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<button type="button" class="btn btn-white btn-sm" style="margin-left:10px"
|
||||
v-on:click="_queryPayFeeDeposit()">
|
||||
<i class="fa fa-refresh"></i>
|
||||
<vc:i18n name="刷新" namespace="simplifyRoomFee"></vc:i18n>
|
||||
<vc:i18n name="刷新" namespace="payFeeDeposit"></vc:i18n>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="modal-body">
|
||||
<tr align="center">
|
||||
<th>
|
||||
<vc:i18n name="押金退款后自动存到账户中,您可以从账户中选择缴费,如果退现金给业主,请到业务首页面退押金!" namespace="refundDepositFee"></vc:i18n></span>
|
||||
<vc:i18n name="押金退款后自动存到账户中,您可以从账户中选择缴费,如果退现金给业主,请到业务首页面退押金!" namespace="refundDepositFee"></vc:i18n></span>
|
||||
</th>
|
||||
</tr>
|
||||
</div>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
v-show="addCommunitySpacePersonInfo.bookingType === 'Half'"
|
||||
><span>
|
||||
<vc:i18n
|
||||
name="资源ID"
|
||||
name="ID"
|
||||
namespace="addCommunitySpacePerson"
|
||||
></vc:i18n> </span
|
||||
></label>
|
||||
@@ -129,6 +129,7 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label text-right"
|
||||
><span>
|
||||
@@ -174,14 +175,6 @@
|
||||
class="form-control"
|
||||
/>
|
||||
</div>
|
||||
<!-- <label class="col-sm-2 col-form-label text-right"><span>-->
|
||||
<!-- <vc:i18n name='预约时间' namespace='addCommunitySpacePerson'></vc:i18n>-->
|
||||
<!-- </span></label>-->
|
||||
<!-- <div class="col-sm-4">-->
|
||||
<!-- <input v-model="addCommunitySpacePersonInfo.appointmentTime" type="text"-->
|
||||
<!-- :placeholder="vc.i18n('必填,请填写预约时间','addCommunitySpacePerson')"-->
|
||||
<!-- class="form-control">-->
|
||||
<!-- </div>-->
|
||||
<label class="col-sm-2 col-form-label text-right"
|
||||
><span>
|
||||
<vc:i18n
|
||||
|
||||
@@ -162,9 +162,9 @@
|
||||
<div class="row" v-if="index % 2 == 0">
|
||||
<div class="col-sm-6">
|
||||
<div class="form-group row" v-if="item.specType == '2233'">
|
||||
<label class="col-sm-2 col-form-label">{{item.specName}}</label>
|
||||
<label class="col-sm-2 col-form-label"><vc:i18n name="门禁钥匙" namespace="addOwner"></vc:i18n></label>
|
||||
<div class="col-sm-10">
|
||||
<input v-model="item.value" type="text" :placeholder="item.specHoldplace"
|
||||
<input v-model="item.value" type="text" :placeholder="vc.i18n('选填,请填写门禁钥匙','addOwner')"
|
||||
class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -361,7 +361,7 @@
|
||||
let param = {
|
||||
params: {
|
||||
page: 1,
|
||||
row: 100,
|
||||
row: 9999,
|
||||
communityId: vc.getCurrentCommunity().communityId
|
||||
}
|
||||
};
|
||||
@@ -381,7 +381,7 @@
|
||||
let param = {
|
||||
params: {
|
||||
page: 1,
|
||||
row: 100,
|
||||
row: 9999,
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
inspectionPlanId: $that.editInspectionPlanInfo.inspectionPlanId
|
||||
}
|
||||
|
||||
@@ -160,9 +160,12 @@
|
||||
<div class="row" v-if="index % 2 == 0">
|
||||
<div class="col-sm-6">
|
||||
<div class="form-group row" v-if="item.specType == '2233'">
|
||||
<label class="col-sm-2 col-form-label">{{vc.i18n(item.specName,'editOwner')}}</label>
|
||||
<!-- 未添加翻译时的写法为item.specName-->
|
||||
<!-- <label class="col-sm-2 col-form-label"><vc:i18n name="门禁钥匙" namespace="addOwner"></label>-->
|
||||
<label class="col-sm-2 col-form-label">{{vc.i18n(item.specName,'addOwner')}}</label>
|
||||
<div class="col-sm-10">
|
||||
<input v-model.trim="item.value" type="text" :placeholder="item.specHoldplace"
|
||||
<!-- 未添加翻译时的写法为:placeholder="item.specHoldplace"-->
|
||||
<input v-model.trim="item.value" type="text" :placeholder="vc.i18n('选填,请填写门禁钥匙','addOwner')"
|
||||
class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
class="col-sm-8"
|
||||
:src="payFeeOrderConfirmInfo.ABAQRCode "
|
||||
alt="ABA QR Code"
|
||||
style="max-width: 200px; max-height: 200px;"
|
||||
style="max-width: 210px;"
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
(function(vc) {
|
||||
var default_row = 100;
|
||||
(function (vc) {
|
||||
var default_row = 9999;
|
||||
vc.extends({
|
||||
data: {
|
||||
selectStaffsInfo: {
|
||||
@@ -16,17 +16,19 @@
|
||||
selectStaffs: [],
|
||||
}
|
||||
},
|
||||
_initMethod: function() {},
|
||||
_initEvent: function() {
|
||||
vc.on('selectStaffs', 'setStaffs', function(_staffs) {
|
||||
_initMethod: function () {
|
||||
},
|
||||
_initEvent: function () {
|
||||
vc.on('selectStaffs', 'setStaffs', function (_staffs) {
|
||||
$that.selectStaffsInfo.selectStaffs = _staffs;
|
||||
});
|
||||
vc.on('selectStaffs', 'switchOrg', function(_param) {
|
||||
vc.on('selectStaffs', 'switchOrg', function (_param) {
|
||||
$that.loadStaff(_param);
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
loadStaff: function(_org) {
|
||||
|
||||
loadStaff: function (_org) {
|
||||
let param = {
|
||||
params: {
|
||||
page: 1,
|
||||
@@ -38,7 +40,7 @@
|
||||
//发送get请求
|
||||
vc.http.apiGet('/query.staff.infos',
|
||||
param,
|
||||
function(json) {
|
||||
function (json) {
|
||||
var _staffInfo = JSON.parse(json);
|
||||
$that.selectStaffsInfo.staffs = _staffInfo.staffs;
|
||||
if (_staffInfo.staffs.length < 1) {
|
||||
@@ -46,12 +48,12 @@
|
||||
}
|
||||
$that.selectStaffsInfo.curStaffId = _staffInfo.staffs[0].orgId
|
||||
},
|
||||
function() {
|
||||
function () {
|
||||
console.log('请求失败处理');
|
||||
}
|
||||
);
|
||||
},
|
||||
_changeStaff: function(_staff) {
|
||||
_changeStaff: function (_staff) {
|
||||
let hasIn = false;
|
||||
$that.selectStaffsInfo.selectStaffs.forEach(item => {
|
||||
if (item.userId == _staff.userId) {
|
||||
@@ -65,7 +67,7 @@
|
||||
}
|
||||
$that.selectStaffsInfo.selectStaffs.push(_staff);
|
||||
},
|
||||
_removeStaff: function(_staff) {
|
||||
_removeStaff: function (_staff) {
|
||||
let _staffs = $that.selectStaffsInfo.selectStaffs;
|
||||
for (let _staffIndex = 0; _staffIndex < _staffs.length; _staffIndex++) {
|
||||
if (_staffs[_staffIndex].userId == _staff.userId) {
|
||||
|
||||
Reference in New Issue
Block a user