姜永辉 2 yıl önce
ebeveyn
işleme
8360eb0dfe

+ 2 - 2
api/pages/ivt/inboundProcessing.js

@@ -20,8 +20,8 @@ module.exports = {
 
 
   routeUrl: {
   routeUrl: {
     inboundProcessing: {
     inboundProcessing: {
-      returnCancel: { key: 'returnCancel', method: 'returnCancel' },
-      invaidOrder: { key: 'invaidOrder', method: 'invaidOrder',image: 'btn-void.png', },
+      returnCancel: { key: 'returnCancel', method: 'returnCancel',image: 'btn-void.png',question:true  },
+      invaidOrder: { key: 'invaidOrder', method: 'invaidOrder',image: 'btn-void.png',question:true  },
       editOrder: { key: 'editOrder', method: 'editOrder', primaryKey: 'intoId', image: 'btn-edit.png'},
       editOrder: { key: 'editOrder', method: 'editOrder', primaryKey: 'intoId', image: 'btn-edit.png'},
       ticketPirnt: { key: 'ticketPirnt', method: 'ticketPirnt', primaryKey: 'intoId', image: 'btn-printing.png'}, 
       ticketPirnt: { key: 'ticketPirnt', method: 'ticketPirnt', primaryKey: 'intoId', image: 'btn-printing.png'}, 
       addReturn: {
       addReturn: {

+ 2 - 2
package-base-select/pages/select-goods/select-goods.wxss

@@ -126,8 +126,8 @@ page{
   border-radius: 0px 16px 0px 0px;
   border-radius: 0px 16px 0px 0px;
 }
 }
 .scan-image{
 .scan-image{
-  width: 66rpx;
-  height: 66rpx;
+  width: 40rpx;
+  height: 40rpx;
 }
 }
 .width-80{
 .width-80{
   width:100%;
   width:100%;

+ 1 - 1
package-inventory/pages/ivt-detail-report/ivt-detail-report.wxml

@@ -12,7 +12,7 @@
     </view>
     </view>
 
 
     <view class="scan-class" style="width: 15%;display: flex;align-items: center;">
     <view class="scan-class" style="width: 15%;display: flex;align-items: center;">
-      <image class="scan-image" fit="fill" src="{{imageUrl+'/scan_image.png'}}"></image>
+      <image style="width: 40rpx;height: 40rpx;" class="scan-image" fit="fill" src="{{imageUrl+'/scan_image.png'}}"></image>
     </view>
     </view>
   </view>
   </view>