|
|
@@ -76,8 +76,7 @@
|
|
|
<text style="font-size:35upx;font-weight:bold;color:#666666;" v-if="globalUnitType == 1">支</text>
|
|
|
<!-- #endif -->
|
|
|
|
|
|
- <image @click="switchGlobalUnitType" :src="`${constant.imgUrl}/icon/switch/switch128.png`" style="width:86upx;height:86upx;" mode="widthFix"></image>
|
|
|
- <button v-if="selectJobType == 'inventory'" style="position:absolute;top:276upx;left:230upx;" @click="customData.bigCount=99999" class="admin-button-com middle blue">盘点为零</button>
|
|
|
+ <button v-if="selectJobType == 'inventory'" style="position:absolute;top:263upx;left:230upx;" @click="customData.bigCount=99999" class="admin-button-com middle blue">盘点为零</button>
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -288,7 +287,7 @@ export default {
|
|
|
color: #999999;
|
|
|
font-size: 28upx;
|
|
|
font-weight: 400;
|
|
|
- margin-bottom: 60upx;
|
|
|
+ margin-bottom:50upx;
|
|
|
text-align: center;
|
|
|
margin-top: 10upx;
|
|
|
}
|
|
|
@@ -297,7 +296,8 @@ export default {
|
|
|
align-items: center;
|
|
|
margin-bottom: 80upx;
|
|
|
& > input {
|
|
|
- width: 212upx;
|
|
|
+ width: 200upx;
|
|
|
+ margin-left:40upx;
|
|
|
height: 80upx;
|
|
|
border: 1upx solid #dddddd;
|
|
|
border-radius: 4upx;
|