|
|
@@ -227,7 +227,9 @@ export default {
|
|
|
// return false
|
|
|
// }
|
|
|
that.$util.confirmModal({content:'确认提交?'},() => {
|
|
|
+ uni.showLoading({mask:true})
|
|
|
createOrder({...that.form,unitGoodsPrice:this.goodsPrice,modifyPrice:modifyPrice,dj:this.dj}).then((res) => {
|
|
|
+ uni.hideLoading()
|
|
|
that.pageTo({url: '/admin/order/workOrderResult',type:2,query:{id:res.data.id}})
|
|
|
})
|
|
|
})
|