网格员下单
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
|||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
|
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
|
||||||
createUserId: this.user.girdMemberId
|
createUserId: this.user.id
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
@@ -101,8 +101,7 @@ export default {
|
|||||||
shopId: this.goodsInfo.shopId,
|
shopId: this.goodsInfo.shopId,
|
||||||
goodsId: this.goodsInfo.id,
|
goodsId: this.goodsInfo.id,
|
||||||
remarks: this.value,
|
remarks: this.value,
|
||||||
quantity: this.goodsNum,
|
quantity: this.goodsNum
|
||||||
createUserId: this.user.girdMemberId
|
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
this.toSuccess()
|
this.toSuccess()
|
||||||
|
|||||||
Reference in New Issue
Block a user