111
Showing
1 changed file
with
7 additions
and
7 deletions
... | @@ -158,7 +158,7 @@ | ... | @@ -158,7 +158,7 @@ |
158 | </el-form-item> | 158 | </el-form-item> |
159 | </el-col> | 159 | </el-col> |
160 | </el-row> | 160 | </el-row> |
161 | <!-- <div class="slxx_title title-block"> | 161 | <div class="slxx_title title-block"> |
162 | 买受人信息 | 162 | 买受人信息 |
163 | <div class="triangle"></div> | 163 | <div class="triangle"></div> |
164 | </div> | 164 | </div> |
... | @@ -168,8 +168,8 @@ | ... | @@ -168,8 +168,8 @@ |
168 | :heightNumSetting="true" | 168 | :heightNumSetting="true" |
169 | :data="qlrList" | 169 | :data="qlrList" |
170 | > | 170 | > |
171 | </lb-table> --> | 171 | </lb-table> |
172 | <!-- <div class="slxx_title title-block"> | 172 | <div class="slxx_title title-block"> |
173 | 出卖人信息 | 173 | 出卖人信息 |
174 | <div class="triangle"></div> | 174 | <div class="triangle"></div> |
175 | </div> | 175 | </div> |
... | @@ -179,8 +179,8 @@ | ... | @@ -179,8 +179,8 @@ |
179 | :heightNumSetting="true" | 179 | :heightNumSetting="true" |
180 | :data="ywrList" | 180 | :data="ywrList" |
181 | > | 181 | > |
182 | </lb-table> --> | 182 | </lb-table> |
183 | <!-- <div class="slxx_title title-block"> | 183 | <div class="slxx_title title-block"> |
184 | 缴税信息 | 184 | 缴税信息 |
185 | <div class="triangle"></div> | 185 | <div class="triangle"></div> |
186 | </div> | 186 | </div> |
... | @@ -190,7 +190,7 @@ | ... | @@ -190,7 +190,7 @@ |
190 | :heightNumSetting="true" | 190 | :heightNumSetting="true" |
191 | :data="swxxList" | 191 | :data="swxxList" |
192 | > | 192 | > |
193 | </lb-table> --> | 193 | </lb-table> |
194 | </div> | 194 | </div> |
195 | </el-form> | 195 | </el-form> |
196 | </div> | 196 | </div> |
... | @@ -299,7 +299,7 @@ export default { | ... | @@ -299,7 +299,7 @@ export default { |
299 | qlrList: [], | 299 | qlrList: [], |
300 | ywrList: [], | 300 | ywrList: [], |
301 | fwxx: {}, | 301 | fwxx: {}, |
302 | swxxList: {}, | 302 | swxxList: [], |
303 | }; | 303 | }; |
304 | }, | 304 | }, |
305 | methods: { | 305 | methods: { | ... | ... |
-
Please register or sign in to post a comment