选择其他报备也需进入待处理
This commit is contained in:
@ -77,10 +77,11 @@ export default {
|
|||||||
queryType: Number(this.queryType),
|
queryType: Number(this.queryType),
|
||||||
userOrderId: this.userOrderId,
|
userOrderId: this.userOrderId,
|
||||||
orderCode: this.orderCode,
|
orderCode: this.orderCode,
|
||||||
reportingConfirm: this.radio == '其他报备' ? 0 : 1,
|
reportingConfirm: 1,
|
||||||
reportingItem: this.radio ? this.radio : "",
|
reportingItem: this.radio ? this.radio : "",
|
||||||
reportingDesc: this.decscripTxt ? this.decscripTxt : ""
|
reportingDesc: this.decscripTxt ? this.decscripTxt : ""
|
||||||
})
|
})
|
||||||
|
// reportingConfirm: this.radio == '其他报备' ? 0 : 1,
|
||||||
this.$toast(result.msg)
|
this.$toast(result.msg)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
let data = {"action": "goBack", "params": ""}
|
let data = {"action": "goBack", "params": ""}
|
||||||
|
@ -35,7 +35,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
async getReportingList(){
|
async getReportingList(){
|
||||||
let res = await orderReportingList({
|
let res = await orderReportingList({
|
||||||
queryType: Number(this.queryType),
|
queryType:Number(this.queryType),
|
||||||
userOrderId:this.userOrderId,
|
userOrderId:this.userOrderId,
|
||||||
orderCode: this.orderCode,
|
orderCode: this.orderCode,
|
||||||
taskOrderId:this.taskOrderId
|
taskOrderId:this.taskOrderId
|
||||||
|
Reference in New Issue
Block a user