@@ -265,6 +265,7 @@ export default {
supply_id: this.$route.query.supply_id
}
}).then((res) => {
+ this.searchData.id = res.data.id
this.searchData.code = res.data.code
this.searchData.title = res.data.title
this.tableData = res.data.list
@@ -23,14 +23,14 @@
@click="postData"
>保存</Button
>
- <Button
+ <!-- <Button
:disabled="$route.query.editType == 1 ? true : false"
type="primary"
ghost
style="margin-right: 10px"
@click="batchConfirm"
>批量确认</Button
- >
+ > -->
<Button
:disabled="$route.query.editType != 1 ? true : false"