|
|
@@ -222,7 +222,7 @@ export default {
|
|
|
that.$util.confirmModal({content:'确认提交?'},() => {
|
|
|
uni.showLoading({mask:true})
|
|
|
let name = that.kindSelectedData.name ? that.kindSelectedData.name : ''
|
|
|
- createOrder({...that.form,unitGoodsPrice:this.goodsPrice,modifyPrice:modifyPrice,name:name,kindName:name,customId:customId}).then((res) => {
|
|
|
+ createOrder({...that.form,unitGoodsPrice:this.goodsPrice,modifyPrice:modifyPrice,name:name,kindName:name,customId:customId,needWork:1,version:3}).then((res) => {
|
|
|
uni.hideLoading()
|
|
|
that.pageTo({url: '/admin/order/workOrderResult',type:2,query:{id:res.data.id}})
|
|
|
})
|