[转让权证加转让价格判断]
This commit is contained in:
@@ -408,7 +408,7 @@
|
|||||||
"path": "pages/store/deliver",
|
"path": "pages/store/deliver",
|
||||||
"name": "Deliver",
|
"name": "Deliver",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "提货单处理",
|
"navigationBarTitleText": "发货单处理",
|
||||||
"navigationBarBackgroundColor": "#FFFFFF"
|
"navigationBarBackgroundColor": "#FFFFFF"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<button class="buy-btn" type="default" @click="onCreate">确认转让</button>
|
<button class="buy-btn" type="default" @click="onCreate">确认转让</button>
|
||||||
|
<u-toast ref="uToast" />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -75,26 +76,34 @@
|
|||||||
},
|
},
|
||||||
// 提交转让市场
|
// 提交转让市场
|
||||||
onCreate(){
|
onCreate(){
|
||||||
marketsCreate({
|
if(this.pirce === ''){
|
||||||
symbol : this.$Route.query.symbol,
|
this.$refs.uToast.show({
|
||||||
qty : this.stock,
|
title: '请校验转让价格',
|
||||||
price : this.pirce || 0
|
type: 'error',icon:false,
|
||||||
}).then(res => {
|
duration: 3000
|
||||||
uni.showModal({
|
|
||||||
title : '提示',
|
|
||||||
content : res,
|
|
||||||
showCancel : false,
|
|
||||||
success : () => {
|
|
||||||
this.$Router.back()
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
}).catch(err => {
|
}else{
|
||||||
console.log(err)
|
marketsCreate({
|
||||||
uni.showToast({
|
symbol : this.$Route.query.symbol,
|
||||||
title: err.message,
|
qty : this.stock,
|
||||||
icon : 'none'
|
price : this.pirce || 0
|
||||||
|
}).then(res => {
|
||||||
|
uni.showModal({
|
||||||
|
title : '提示',
|
||||||
|
content : res,
|
||||||
|
showCancel : false,
|
||||||
|
success : () => {
|
||||||
|
this.$Router.back()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}).catch(err => {
|
||||||
|
console.log(err)
|
||||||
|
uni.showToast({
|
||||||
|
title: err.message,
|
||||||
|
icon : 'none'
|
||||||
|
})
|
||||||
})
|
})
|
||||||
})
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,8 +23,8 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="total" v-if="total">≈ ¥{{total.toFixed(2)}} </view>
|
<view class="total" v-if="total">≈ ¥{{total.toFixed(2)}} </view>
|
||||||
<view class="btn" @click="actions">提现至现金红包</view>
|
<view class="btn" @click="actions">提现至现金零钱</view>
|
||||||
<view class="des">提现至红包,可在红包中提现到银行卡 手续费: 无</view>
|
<view class="des">提现至零钱,可在零钱中提现到银行卡 手续费: 无</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
}
|
}
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '温馨提示',
|
title: '温馨提示',
|
||||||
content:'您是否确认提现到现金红包账户,交易将免手续费',
|
content:'您是否确认提现到现金零钱账户,交易将免手续费',
|
||||||
confirmColor: '#7c52fc',
|
confirmColor: '#7c52fc',
|
||||||
cancelColor: '#cacaca',
|
cancelColor: '#cacaca',
|
||||||
cancelText: '我再想想',
|
cancelText: '我再想想',
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
348
unpackage/dist/dev/app-plus/app-service.js
vendored
348
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
10
unpackage/dist/dev/app-plus/app-view.js
vendored
10
unpackage/dist/dev/app-plus/app-view.js
vendored
@@ -48480,7 +48480,8 @@ try {
|
|||||||
uniIcons: __webpack_require__(/*! @/uni_modules/uni-icons/components/uni-icons/uni-icons.vue */ 91)
|
uniIcons: __webpack_require__(/*! @/uni_modules/uni-icons/components/uni-icons/uni-icons.vue */ 91)
|
||||||
.default,
|
.default,
|
||||||
uniNumberBox: __webpack_require__(/*! @/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue */ 529)
|
uniNumberBox: __webpack_require__(/*! @/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue */ 529)
|
||||||
.default
|
.default,
|
||||||
|
uToast: __webpack_require__(/*! uview-ui/components/u-toast/u-toast.vue */ 124).default
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (
|
if (
|
||||||
@@ -48669,7 +48670,8 @@ var render = function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
[_vm._v("确认转让")]
|
[_vm._v("确认转让")]
|
||||||
)
|
),
|
||||||
|
_c("u-toast", { ref: "uToast", attrs: { _i: 24 } })
|
||||||
],
|
],
|
||||||
1
|
1
|
||||||
)
|
)
|
||||||
@@ -50228,10 +50230,10 @@ var render = function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[_vm._v("提现至现金红包")]
|
[_vm._v("提现至现金零钱")]
|
||||||
),
|
),
|
||||||
_c("v-uni-view", { staticClass: _vm._$g(15, "sc"), attrs: { _i: 15 } }, [
|
_c("v-uni-view", { staticClass: _vm._$g(15, "sc"), attrs: { _i: 15 } }, [
|
||||||
_vm._v("提现至红包,可在红包中提现到银行卡 手续费: 无")
|
_vm._v("提现至零钱,可在零钱中提现到银行卡 手续费: 无")
|
||||||
])
|
])
|
||||||
],
|
],
|
||||||
1
|
1
|
||||||
|
|||||||
Reference in New Issue
Block a user