@@ -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