|
@@ -36,7 +36,7 @@
|
|
|
</view>
|
|
|
<u-modal v-model="isShowAlert" :title-style="{fontSize: '18px',fontWeight:'500'}"
|
|
|
:content-style="{fontSize: '14px',fontWeight:'400'}" confirm-color='#22C572' confirm-text='立即开通'
|
|
|
- title='您尚未开通ERP业务' showCancelButton='false' :content="content" @confirm="goOpenService"></u-modal>
|
|
|
+ title='您尚未开通ERP业务' showCancelButton='false' :content="content" @confirm="goOpenService" @cancel="cancelClick"></u-modal>
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -187,6 +187,9 @@
|
|
|
})
|
|
|
},
|
|
|
methods: {
|
|
|
+ cancelClick(){
|
|
|
+ uni.navigateBack(-1)
|
|
|
+ },
|
|
|
getCompWarehouse() {},
|
|
|
goOpenService() {
|
|
|
if (!this.hasLogin) {
|