diff --git a/public/components/common/chooseResourceStore/chooseResourceStore.js b/public/components/common/chooseResourceStore/chooseResourceStore.js index 634c35768..5636aac7b 100755 --- a/public/components/common/chooseResourceStore/chooseResourceStore.js +++ b/public/components/common/chooseResourceStore/chooseResourceStore.js @@ -62,7 +62,7 @@ row: _row, isShow: true, communityId: vc.getCurrentCommunity().communityId, - name: _name, + // name: _name, resOrderType: $that.chooseResourceStoreInfo.resOrderType, resName: vc.component.chooseResourceStoreInfo._currentResourceStoreName, parentRstId: vc.component.chooseResourceStoreInfo.parentRstId, diff --git a/public/components/common/chooseResourceStore3/chooseResourceStore3.js b/public/components/common/chooseResourceStore3/chooseResourceStore3.js index cec650300..b87c6131c 100644 --- a/public/components/common/chooseResourceStore3/chooseResourceStore3.js +++ b/public/components/common/chooseResourceStore3/chooseResourceStore3.js @@ -61,8 +61,11 @@ _loadAllResourceStoreInfo: function (_page, _row) { let _resOrderType = vc.component.chooseResourceStoreInfo3.resOrderType; let _shType = '2806'; + // 2022-3-7新增请求标识 + let operationType = ''; if (_resOrderType == '20000') { _shType = '2807'; + operationType = '1000'; } var param = { params: { @@ -75,7 +78,8 @@ resName: vc.component.chooseResourceStoreInfo3._currentResourceStoreName, parentRstId: vc.component.chooseResourceStoreInfo3.parentRstId, rstId: vc.component.chooseResourceStoreInfo3.rstId, - shId: vc.component.chooseResourceStoreInfo3.shId + shId: vc.component.chooseResourceStoreInfo3.shId, + operationType: operationType } }; //发送get请求 @@ -132,8 +136,11 @@ _listStorehouses: function (_page, _rows) { let _resOrderType = vc.component.chooseResourceStoreInfo3.resOrderType; let _shType = '2806'; + // 2022-3-7新增请求标识 + let operationType = ''; if (_resOrderType == '20000') { _shType = '2807'; + operationType = '1000'; } var param = { params: { @@ -141,7 +148,8 @@ row: 100, communityId: vc.getCurrentCommunity().communityId, shType: _shType, - isShow: true + isShow: true, + operationType: operationType } }; //发送get请求 diff --git a/public/pages/common/resourceStoreManage/resourceStoreManage.js b/public/pages/common/resourceStoreManage/resourceStoreManage.js index 084dfac97..6ab865c0f 100755 --- a/public/pages/common/resourceStoreManage/resourceStoreManage.js +++ b/public/pages/common/resourceStoreManage/resourceStoreManage.js @@ -87,13 +87,17 @@ item.totalPrice = (item.averagePrice * item.stock).toFixed(2); }); vc.component.resourceStoreManageInfo.resourceStores = _resourceStoreManageInfo.resourceStores; - if (_resourceStoreManageInfo.resourceStores.length > 0) { - vc.component.resourceStoreManageInfo.subTotalPrice = _resourceStoreManageInfo.resourceStores[0].subTotalPrice; - vc.component.resourceStoreManageInfo.highTotalPrice = _resourceStoreManageInfo.resourceStores[0].highTotalPrice; - } else { - vc.component.resourceStoreManageInfo.subTotalPrice = 0.0; - vc.component.resourceStoreManageInfo.highTotalPrice = 0.0; - } + // if (_resourceStoreManageInfo.resourceStores.length > 0) { + // vc.component.resourceStoreManageInfo.subTotalPrice = _resourceStoreManageInfo.resourceStores[0].subTotalPrice; + // vc.component.resourceStoreManageInfo.highTotalPrice = _resourceStoreManageInfo.resourceStores[0].highTotalPrice; + // } else { + // vc.component.resourceStoreManageInfo.subTotalPrice = 0.0; + // vc.component.resourceStoreManageInfo.highTotalPrice = 0.0; + // } + + // 大计小计 + vc.component.resourceStoreManageInfo.subTotalPrice = _resourceStoreManageInfo.subTotal; + vc.component.resourceStoreManageInfo.highTotalPrice = _resourceStoreManageInfo.totalPrice; vc.emit('pagination', 'init', { total: vc.component.resourceStoreManageInfo.records, dataCount: vc.component.resourceStoreManageInfo.total, diff --git a/public/pages/frame/staff/staff.js b/public/pages/frame/staff/staff.js index 08ee7b303..522fcfda0 100755 --- a/public/pages/frame/staff/staff.js +++ b/public/pages/frame/staff/staff.js @@ -13,7 +13,7 @@ departmentOrgId: '', orgId: '', orgName: '', - orgLevel: '', + orgLevel: '2', parentOrgId: '', name: '', tel: '', diff --git a/public/pages/property/payFeeBatch/payFeeBatch.html b/public/pages/property/payFeeBatch/payFeeBatch.html index f099882e3..8b36f184a 100644 --- a/public/pages/property/payFeeBatch/payFeeBatch.html +++ b/public/pages/property/payFeeBatch/payFeeBatch.html @@ -12,36 +12,31 @@
| 批次号 | -员工 | -时间 | -取消原因 | -审核状态 | -审核意见 | -操作 | -||
|---|---|---|---|---|---|---|---|---|
| 批次号 | +员工 | +时间 | +取消原因 | +审核状态 | +审核意见 | +操作 | +||
| {{payFee.batchId}} | -{{payFee.createUserName}} | -{{payFee.createTime}} | -{{payFee.remark || '无'}} | -{{payFee.stateName}} | -{{payFee.msg}} | -
-
- | ||
|
- |
- ||||||||
|
+ |
+ ||||||||