meidi 1 vuosi sitten
vanhempi
commit
e1b4bae128

+ 4 - 3
src/views/policy.info/publicContent/components/politicsPunish/form.vue

@@ -23,14 +23,15 @@
23 23
           </a-col>
24 24
         </a-row>
25 25
         <a-row>
26
-          <a-col :span="12">
26
+          <!-- 暂时性注销 -->
27
+          <!-- <a-col :span="12">
27 28
             <a-form-item class="form-item" label="案件类型" name="caseTypeId" :label-col="{ span: 10 }">
28 29
               <a-select :disabled="disabled" style="width: 250px" v-model:value="formState.caseTypeId">
29 30
                 <a-select-option :value="1">有效</a-select-option>
30 31
                 <a-select-option :value="0">无效</a-select-option>
31 32
               </a-select>
32 33
             </a-form-item>
33
-          </a-col>
34
+          </a-col> -->
34 35
           <a-col :span="12">
35 36
             <a-form-item class="form-item" label="处罚时间" name="punishmentTime" :label-col="{ span: 10 }">
36 37
               <a-date-picker :disabled="disabled" v-model:value="formState.punishmentTime"
@@ -122,7 +123,7 @@ export default {
122 123
       punishingAuthority: '',
123 124
       punishedEntity: '',
124 125
       creditCode: '',
125
-      caseTypeId: '',
126
+      // caseTypeId: '', 暂时注销
126 127
       attachments: '',
127 128
       punishmentTime: '',
128 129
       caseSummary: '',

+ 17 - 17
src/views/policy.info/publicContent/components/proactivelyDisclose/form.vue

@@ -11,22 +11,6 @@
11 11
         </a-row>
12 12
         <a-row>
13 13
           <a-col :span="12">
14
-            <a-form-item class="form-item" label="索引号" name="indexNumber" :label-col="{ span: 10 }">
15
-              <a-input placeholder="自动生成" style="width: 250px" :disabled="true" v-model:value="formState.indexNumber" />
16
-            </a-form-item>
17
-          </a-col>
18
-          <a-col :span="12">
19
-            <a-form-item class="form-item" label="主题分类" name="subjectClassificationId" :label-col="{ span: 10 }">
20
-              <!-- <a-input style="width: 250px" :disabled="disabled" v-model:value="formState.subjectClassificationId" /> -->
21
-              <a-select :disabled="disabled" style="width: 250px" v-model:value="formState.subjectClassificationId">
22
-                <a-select-option :value="1"></a-select-option>
23
-                <a-select-option :value="0"></a-select-option>
24
-              </a-select>
25
-            </a-form-item>
26
-          </a-col>
27
-        </a-row>
28
-        <a-row>
29
-          <a-col :span="12">
30 14
             <a-form-item class="form-item" label="发布机构" name="publishInstitution" :label-col="{ span: 10 }">
31 15
               <a-input style="width: 250px" :disabled="disabled" v-model:value="formState.publishInstitution" />
32 16
             </a-form-item>
@@ -53,6 +37,22 @@
53 37
             </a-form-item>
54 38
           </a-col>
55 39
         </a-row>
40
+        <a-row>
41
+          <a-col :span="12">
42
+            <a-form-item class="form-item" label="索引号" name="indexNumber" :label-col="{ span: 10 }">
43
+              <a-input placeholder="自动生成" style="width: 250px" :disabled="true" v-model:value="formState.indexNumber" />
44
+            </a-form-item>
45
+          </a-col>
46
+          <!-- 暂时注销 -->
47
+          <!-- <a-col :span="12">
48
+            <a-form-item class="form-item" label="主题分类" name="subjectClassificationId" :label-col="{ span: 10 }">
49
+              <a-select :disabled="disabled" style="width: 250px" v-model:value="formState.subjectClassificationId">
50
+                <a-select-option :value="1"></a-select-option>
51
+                <a-select-option :value="0"></a-select-option>
52
+              </a-select>
53
+            </a-form-item>
54
+          </a-col> -->
55
+        </a-row>
56 56
         <!--  -->
57 57
       </div>
58 58
 
@@ -135,7 +135,7 @@ export default {
135 135
     const formState = ref({
136 136
       title: '',
137 137
       indexNumber: '',
138
-      subjectClassificationId: '',
138
+      // subjectClassificationId: '', 暂时注销
139 139
       documentDate: '',
140 140
       documentNumber: '',
141 141
       publishInstitution: '',