uu
This commit is contained in:
parent
3f35a8bba4
commit
00cebf6da4
@ -76,7 +76,7 @@
|
|||||||
<u-button @click="handleJinCang" :disabled="!submitParam.inNo" size="large" shape="circle"
|
<u-button @click="handleJinCang" :disabled="!submitParam.inNo" size="large" shape="circle"
|
||||||
custom-style="width: 260rpx;height:80rpx;font-size: 30rpx;" :plain="true" type="primary">进仓登记</u-button>
|
custom-style="width: 260rpx;height:80rpx;font-size: 30rpx;" :plain="true" type="primary">进仓登记</u-button>
|
||||||
|
|
||||||
<u-button @click="goto(`todo/detail`)" :disabled="!submitParam.inNo" size="large" shape="circle"
|
<u-button @click="handleKaiDan" :disabled="!submitParam.inNo" size="large" shape="circle"
|
||||||
custom-style="width: 400rpx;height:80rpx;font-size: 30rpx;" type="primary">货齐开单</u-button>
|
custom-style="width: 400rpx;height:80rpx;font-size: 30rpx;" type="primary">货齐开单</u-button>
|
||||||
</u-row>
|
</u-row>
|
||||||
</view>
|
</view>
|
||||||
@ -165,8 +165,13 @@
|
|||||||
this.submitParam = {}
|
this.submitParam = {}
|
||||||
this.billInfo = {}
|
this.billInfo = {}
|
||||||
this.inNo = ''
|
this.inNo = ''
|
||||||
|
},
|
||||||
|
handleKaiDan(){
|
||||||
|
let cpData = JSON.parse(JSON.stringify({
|
||||||
|
warehouseInNo: this.submitParam.inNo
|
||||||
|
}))
|
||||||
|
this.goto(`post/openorder?billCode=${this.billInfo.billCode}&defaultSubParams=${encodeURIComponent(JSON.stringify(cpData))}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user