feat: 阿里采购送货单的业务对接

dev_unify
chenhc 7 months ago
parent cefe78f707
commit 04c50a1ee6

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

Loading…
Cancel
Save