diff --git a/public/pages/admin/expirationContractManage/expirationContractManage.html b/public/pages/admin/expirationContractManage/expirationContractManage.html index 5b770ce93..08b124e4e 100644 --- a/public/pages/admin/expirationContractManage/expirationContractManage.html +++ b/public/pages/admin/expirationContractManage/expirationContractManage.html @@ -106,7 +106,6 @@ - \ No newline at end of file diff --git a/public/pages/admin/expirationContractManage/expirationContractManage.js b/public/pages/admin/expirationContractManage/expirationContractManage.js index 2b858576d..3bb5c8414 100644 --- a/public/pages/admin/expirationContractManage/expirationContractManage.js +++ b/public/pages/admin/expirationContractManage/expirationContractManage.js @@ -60,7 +60,8 @@ ); }, _openAddContractModel: function (_contract) { - vc.emit('addContract', 'openAddContractModal', _contract); + //vc.emit('addContract', 'openAddContractModal', _contract); + vc.jumpToPage('/admin.html#/pages/admin/addContract?contractId='+_contract.contractId) }, _stopContractModel: function (_contract) { diff --git a/public/pages/common/allocationStorehouseApplyManage/allocationStorehouseApplyManage.html b/public/pages/common/allocationStorehouseApplyManage/allocationStorehouseApplyManage.html index bb0c7f42b..c6cb8fd73 100644 --- a/public/pages/common/allocationStorehouseApplyManage/allocationStorehouseApplyManage.html +++ b/public/pages/common/allocationStorehouseApplyManage/allocationStorehouseApplyManage.html @@ -5,6 +5,9 @@