|
@@ -8631,7 +8631,7 @@
|
|
|
<div
|
|
|
class="pButton"
|
|
|
@click="(pzDialog = true), selectPz()"
|
|
|
- v-if="tType == 4 || ispzType == 4"
|
|
|
+ v-if="pzDialog == false && (tType == 4 || ispzType == 4)"
|
|
|
>
|
|
|
<!-- 批 -->
|
|
|
<img src="../../assets/pzBtn2.png" style="width: 25px" alt="" />
|
|
@@ -20128,7 +20128,7 @@ export default {
|
|
|
cursor: pointer;
|
|
|
z-index: 999;
|
|
|
right: 20px;
|
|
|
- top: 83px;
|
|
|
+ top: 110px;
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
|
background: #fff;
|
|
@@ -20155,12 +20155,11 @@ export default {
|
|
|
z-index: 999; */
|
|
|
position: fixed;
|
|
|
right: 20px;
|
|
|
- top: 70px;
|
|
|
+ top: 101px;
|
|
|
width: 330px;
|
|
|
height: calc(100% - 80px);
|
|
|
z-index: 999;
|
|
|
background: #fff;
|
|
|
- border-radius: 15px;
|
|
|
border-top-right-radius: 0px;
|
|
|
border-bottom-right-radius: 0px;
|
|
|
overflow: hidden;
|