|
|
@ -82,7 +82,7 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-table-column label width="45">
|
|
|
|
<el-table-column label width="45">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-radio :label="scope.row.billCode" v-model="scope.row.radioCheck"><span></span></el-radio>
|
|
|
|
<el-radio :label="scope.row.billCode" v-model="radioCheck"><span></span></el-radio>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
@ -295,6 +295,7 @@ export default {
|
|
|
|
aliYljgSearchbillPage(this.orderQuery).then(res => {
|
|
|
|
aliYljgSearchbillPage(this.orderQuery).then(res => {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
if (res.code == 20000) {
|
|
|
|
this.dataList = res.data.list || []
|
|
|
|
this.dataList = res.data.list || []
|
|
|
|
|
|
|
|
this.radioCheck = null
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -309,6 +310,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
this.createDateTime()
|
|
|
|
this.createDateTime()
|
|
|
|
|
|
|
|
this.getList()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|