|
@@ -421,11 +421,9 @@ export default {
|
|
},
|
|
},
|
|
upload(row) {
|
|
upload(row) {
|
|
qxyh.instid = row.instId;
|
|
qxyh.instid = row.instId;
|
|
- if (qxyh.formInline.planType == "1") {
|
|
|
|
- qxyh.ztghDialog = true;
|
|
|
|
- } else if (qxyh.formInline.planType == "2") {
|
|
|
|
|
|
+ if (qxyh.formInline.planType == "2") {
|
|
qxyh.ghcgscDialog = true;
|
|
qxyh.ghcgscDialog = true;
|
|
- } else if (qxyh.formInline.planType == "3") {
|
|
|
|
|
|
+ } else {
|
|
qxyh.ztghDialog = true;
|
|
qxyh.ztghDialog = true;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -484,10 +482,7 @@ export default {
|
|
getLandGetAllTasks(qxyh.formInline).then((res) => {
|
|
getLandGetAllTasks(qxyh.formInline).then((res) => {
|
|
qxyh.formInline.total = res.data.total || 999;
|
|
qxyh.formInline.total = res.data.total || 999;
|
|
//待办的村庄规划需要检查补正的状态,未补正的可以上传成果包
|
|
//待办的村庄规划需要检查补正的状态,未补正的可以上传成果包
|
|
- if (
|
|
|
|
- qxyh.formInline.planType == 2 ||
|
|
|
|
- qxyh.formInline.planType == 3
|
|
|
|
- ) {
|
|
|
|
|
|
+ if (qxyh.formInline.planType == 2) {
|
|
getInstIds().then((res2) => {
|
|
getInstIds().then((res2) => {
|
|
qxyh.instids = res2.data.join(",");
|
|
qxyh.instids = res2.data.join(",");
|
|
qxyh.tableData2 = res.data.records;
|
|
qxyh.tableData2 = res.data.records;
|
|
@@ -516,10 +511,7 @@ export default {
|
|
qxyh.formInline.current = 1;
|
|
qxyh.formInline.current = 1;
|
|
qxyh.formInline.total = res.data.total || 999;
|
|
qxyh.formInline.total = res.data.total || 999;
|
|
//待办的村庄规划需要检查补正的状态,未补正的可以上传成果包
|
|
//待办的村庄规划需要检查补正的状态,未补正的可以上传成果包
|
|
- if (
|
|
|
|
- qxyh.formInline.planType == 2 ||
|
|
|
|
- qxyh.formInline.planType == 3
|
|
|
|
- ) {
|
|
|
|
|
|
+ if (qxyh.formInline.planType == 2) {
|
|
getInstIds().then((res2) => {
|
|
getInstIds().then((res2) => {
|
|
qxyh.instids = res2.data.join(",");
|
|
qxyh.instids = res2.data.join(",");
|
|
qxyh.tableData2 = res.data.records;
|
|
qxyh.tableData2 = res.data.records;
|
|
@@ -608,7 +600,6 @@ export default {
|
|
.dialog-footer {
|
|
.dialog-footer {
|
|
width: 100%;
|
|
width: 100%;
|
|
text-align: center;
|
|
text-align: center;
|
|
- position: absolute;
|
|
|
|
bottom: 30px;
|
|
bottom: 30px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|