65897d713fe067744326e9b0a6bbac98f495838c..2eccba94b3dd99195c5cafffa0744df90f1ab814
2025-05-19 skyouc
Merge branch 'devlop' of http://47.97.1.152:5880/r/pda-ma...
2eccba 对比 | 目录
2025-05-19 skyouc
组拖允许小数
4058a7 对比 | 目录
2025-05-19 zjj
#i18n
ddace8 对比 | 目录
4个文件已修改
15 ■■■■ 已修改文件
locale/en.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
locale/zh-Hans.json 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/listing/matnrPalletising.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
locale/en.json
@@ -29,8 +29,12 @@
    "inboundInitiation":"Inbound Initiation",
    "stationUnbinding":"Station Unbinding",
    "bindAndInbound":"Binding And Inbound",
    "quickPicking":"Quick Picking",
    "outLogin":"Login Out"
      
      
  },
  "other":{
  }
}
locale/zh-Hans.json
@@ -30,9 +30,14 @@
        "inboundInitiation":"启动入库",
        "stationUnbinding":"站点解绑",
        "bindAndInbound":"绑定&入库",
        "quickPicking":"快速拣货",
        "outLogin":"退出登录"
        
        
    },
    "other":{
        "asnNo":"ASN单号"
    }
    
    
pages/home/index.vue
@@ -142,7 +142,7 @@
                <navigator hover-class='none' url="/pages/outbound/fastPicking" navigateTo>
                    <view class="cuIcon-apps text-blue">
                    </view>
                    <text>快速拣货</text>
                    <text>{{$t('index.quickPicking')}}</text>
                </navigator>
            </view>
pages/listing/matnrPalletising.vue
@@ -105,8 +105,8 @@
                                <view class="title text-blue"><text
                                        class="text-red text-xl vertical-middle">*</text>组盘数量:
                                </view>
                                <uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty"
                                    :step='1'></uni-number-box>
                                <uni-number-box style="width: 70%;" :min="0" :max="max" :decimal="2" :step="0.01" v-model="item.receiptQty"
                                    ></uni-number-box>
                            </view>
                        </view>
                    </view>