Kaynağa Gözat

修改采购详情页面点击立即发车没反应

wangchao 3 yıl önce
ebeveyn
işleme
a772230779
1 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. 15 0
      pageA/product/detail.vue

+ 15 - 0
pageA/product/detail.vue

@@ -495,6 +495,21 @@
 				uni.navigateBack();
 			},
 			tradeNow(){
+					uni.showModal({
+						title: '立即发车',
+						content: '是否立即发车?',
+						showCancel: true,
+						confirmText: '确认',
+						success: (e) => {
+							if (e.confirm) {
+								uni.navigateTo({
+									url: '../freightTransport/addsendgoods'
+								})
+							}
+						},
+						fail: () => {},
+						complete: () => {}
+					})
 				// this.$api.doRequest('get', '/identityAuthenticationInfo/getInfo',{commonId:options.id}).then(res => {
 				// 	uni.hideLoading()
 				// 	this.goods=res.data.data