style:预告买卖登记
Showing
5 changed files
with
9 additions
and
11 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: workFrame左侧菜单列表-普通 | 2 | * @Description: workFrame左侧菜单列表-普通 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-22 10:12:37 | 4 | * @LastEditTime: 2023-10-12 17:14:26 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> |
... | @@ -143,7 +143,7 @@ | ... | @@ -143,7 +143,7 @@ |
143 | judgeBatchShow () { | 143 | judgeBatchShow () { |
144 | this.showBatch = false; | 144 | this.showBatch = false; |
145 | if (this.unitData.length > 1) { | 145 | if (this.unitData.length > 1) { |
146 | let qllx = this.$route.query?.sqywbm?.substring(0, 3); | 146 | let qllx = this.$route.query?.djywbm?.substring(0, 3); |
147 | switch (qllx) { | 147 | switch (qllx) { |
148 | case 'A04': | 148 | case 'A04': |
149 | this.showBatch = true; | 149 | this.showBatch = true; | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: workFrame左侧菜单列表-分割 | 2 | * @Description: workFrame左侧菜单列表-分割 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-21 14:44:34 | 4 | * @LastEditTime: 2023-10-12 17:12:42 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> |
... | @@ -159,7 +159,7 @@ | ... | @@ -159,7 +159,7 @@ |
159 | judgeBatchShow () { | 159 | judgeBatchShow () { |
160 | this.showBatch = false; | 160 | this.showBatch = false; |
161 | if (this.afterUnitData.length > 1) { | 161 | if (this.afterUnitData.length > 1) { |
162 | let qllx = this.$route.query?.sqywbm?.substring(0, 3); | 162 | let qllx = this.$route.query?.djywbm?.substring(0, 3); |
163 | switch (qllx) { | 163 | switch (qllx) { |
164 | case 'B39': | 164 | case 'B39': |
165 | this.showBatch = true; | 165 | this.showBatch = true; | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-25 10:33:39 | 4 | * @LastEditTime: 2023-10-12 17:05:40 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -315,7 +315,7 @@ | ... | @@ -315,7 +315,7 @@ |
315 | } else { | 315 | } else { |
316 | const { href } = this.$router.resolve( | 316 | const { href } = this.$router.resolve( |
317 | "/workFrame?bsmSlsq=" + item.bsmSlsq + | 317 | "/workFrame?bsmSlsq=" + item.bsmSlsq + |
318 | "&bestepid=" + item.bestepid + | 318 | "&bestepid=" + item.bestepid + "&djywbm=" + item.djywbm + |
319 | "&zbhj=" + item.zbhj | 319 | "&zbhj=" + item.zbhj |
320 | ) | 320 | ) |
321 | window.open(href, `workFrame${item.bsmSlsq}`) | 321 | window.open(href, `workFrame${item.bsmSlsq}`) | ... | ... |
... | @@ -143,7 +143,7 @@ | ... | @@ -143,7 +143,7 @@ |
143 | v-model="ruleForm.ygdj.jzmj" | 143 | v-model="ruleForm.ygdj.jzmj" |
144 | :disabled="!viewEdit" | 144 | :disabled="!viewEdit" |
145 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 145 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
146 | <el-select disabled v-model="mjdw" style="width: 68px"> | 146 | <el-select :disabled="!viewEdit" v-model="mjdw" style="width: 68px"> |
147 | <el-option | 147 | <el-option |
148 | v-for="item in dictData['A7']" | 148 | v-for="item in dictData['A7']" |
149 | :key="item.dcode" | 149 | :key="item.dcode" |
... | @@ -161,7 +161,6 @@ | ... | @@ -161,7 +161,6 @@ |
161 | :disabled="!viewEdit" | 161 | :disabled="!viewEdit" |
162 | maxlength="11" | 162 | maxlength="11" |
163 | v-model="ruleForm.ygdj.qdjg" | 163 | v-model="ruleForm.ygdj.qdjg" |
164 | style="width: 500%" | ||
165 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 164 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
166 | <el-select | 165 | <el-select |
167 | v-model="ruleForm.ygdj.jedw" | 166 | v-model="ruleForm.ygdj.jedw" | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-21 14:59:02 | 4 | * @LastEditTime: 2023-10-12 17:26:24 |
5 | */ | 5 | */ |
6 | import Router from '@/router' | 6 | import Router from '@/router' |
7 | export default { | 7 | export default { |
8 | methods: { | 8 | methods: { |
9 | //点击行选中或取消复选框 | ||
10 | /** | 9 | /** |
11 | * @description: 点击行选中或取消复选框 | 10 | * @description: 点击行选中或取消复选框 |
12 | * @param {*} row | 11 | * @param {*} row |
... | @@ -24,7 +23,7 @@ export default { | ... | @@ -24,7 +23,7 @@ export default { |
24 | jump (data, type) { | 23 | jump (data, type) { |
25 | const { href } = Router.resolve( | 24 | const { href } = Router.resolve( |
26 | "/workFrame?bsmSlsq=" + data.bsmSlsq + | 25 | "/workFrame?bsmSlsq=" + data.bsmSlsq + |
27 | "&bestepid=" + data.bestepid + "&zbhj=受理" | 26 | "&bestepid=" + data.bestepid + "&djywbm=" + data.djywbm + "&zbhj=受理" |
28 | ) | 27 | ) |
29 | window.open(href, "_blank") | 28 | window.open(href, "_blank") |
30 | this.$popupCacel() | 29 | this.$popupCacel() | ... | ... |
-
Please register or sign in to post a comment