Commit 7448acda authored by 邓春圆's avatar 邓春圆

调仓刷新页面

parent ba3db896
......@@ -259,8 +259,10 @@ export default {
this.params.orderNo = this.list[0].orderNo
orderWarehouseInAdjustApply(this.params).then(r => {
if (r.code === 0) {
this.$emit('getList')
this.$emit('update:dialogVisible', false)
this.$message.success(this.$t('调仓申请提交成功,请耐心等待审核'));
}
})
},
......@@ -271,6 +273,7 @@ export default {
}).then(({ value }) => {
warehouseApprovalCancel(this.applyStatus.orderWarehouseApprovalBackVO.id,value) .then(r => {
if(r.data){
this.$emit('getList')
this.$message.success(this.$t('取消调仓成功'))
this.$emit('update:dialogVisible',false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment