c6fd16350612b8aef7a04bfbebf6ee3c591a88ae..5c1a553b74b8e4031ff5e6b1ff87dd99ddb3a033
2025-10-23 yyb
核磅录入提交弹框点击的输入调起数字键盘
5c1a55 对比 | 目录
2025-10-23 yyb
车间订单列表查询参数变更
03fed2 对比 | 目录
2025-10-23 yyb
增加扫码设备的扫码配置文件代码
185e8e 对比 | 目录
已修改3个文件
13 ■■■■■ 文件已修改
components/scan/scan.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/report/orderList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/wareHouse/nuclearScale/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/scan/scan.vue
@@ -26,9 +26,12 @@
                console.log('设备品牌:', brand);
                console.log('设备型号:', model);
                if (brand.indexOf("DS-MDT202") != -1) {
                    action = "android.intent.ACTION_SCAN_OUTPUT";
                    extraKey = "barcode";
                }
                // Zebra设备配置
                if (brand.indexOf("ZEBRA") != -1 && model.indexOf("TC2") != -1) {
                else if (brand.indexOf("ZEBRA") != -1 && model.indexOf("TC2") != -1) {
                    action = "com.zebra.scan";
                    extraKey = "com.motorolasolutions.emdk.datawedge.data_string";
                }
pages/product/report/orderList.vue
@@ -5,7 +5,7 @@
            back-icon-color="#000" />
        <view class="finishProductIn-locno-search">
            <u-search v-model="keywords" shape="square" bg-color="rgba(250,252,255,0.36)" :show-action="false"
                placeholder="请输入车间订单号" @clear="search" @custom="search" @search="search" @input="search">
                placeholder="请输入订单号" @clear="search" @custom="search" @search="search" @input="search">
            </u-search>
        </view>
        <view class="wrap">
@@ -144,7 +144,7 @@
                        .getWorkshopOrder({
                            current: this.pageNum,
                            size: this.pageSize,
                            moNo: value,
                            ifsOrderNo: value,
                        })
                        .then((res) => {
                            this.list = res.data.records;
pages/wareHouse/nuclearScale/index.vue
@@ -204,6 +204,7 @@
              </view>
              <view class="packing-registration-param-item-right">
                <u-input
                type="number"
                  class="item-one item-two"
                  v-model="modalList.verificationWeight"
                />
@@ -215,6 +216,7 @@
              </view>
              <view class="packing-registration-param-item-right">
                <u-input
                type="number"
                  class="item-one item-two"
                  v-model="modalList.forkliftWeight"
                />