wtt
4 天以前 792b8aba1b2a6ae76f2d536f9647647b57956849
即时库存调整
3个文件已修改
21 ■■■■■ 已修改文件
manifest.json 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/jishikucunchaxun/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "2.0.46",
    "versionCode" : 246,
    "versionName" : "2.0.56",
    "versionCode" : 256,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
@@ -16,10 +16,11 @@
            "autoclose" : true,
            "delay" : 0
        },
        "screenOrientation": [          //可选,字符串数组类型,应用支持的横竖屏
            "portrait-primary",                 //可选,字符串类型,支持竖屏
            "portrait-secondary"               //可选,字符串类型,支持反向竖屏
        ],
        "screenOrientation" : [
            //可选,字符串数组类型,应用支持的横竖屏
            "portrait-primary", //可选,字符串类型,支持竖屏
            "portrait-secondary" //可选,字符串类型,支持反向竖屏
        ],
        /* 模块配置 */
        "modules" : {
            "Camera" : {},
@@ -155,7 +156,6 @@
        "enable" : false
    },
    "vueVersion" : "2",
    "locale" : "zh-Hans",
    "fallbackLocale" : "zh-Hans"
}
pages/ZLGL/checkFlowList/QC_CheckBillflowList.vue
@@ -69,6 +69,7 @@
                <view class="op" v-if="operations == index">
                    <button class="op3" size="mini" plain @tap.stop="audit(item, 0)">审核</button>
                    <button class="op3" size="mini" plain @tap.stop="audit(item, 1)">反审核</button>
                    <button class="op3" size="mini" plain @tap.stop="fileUpload()">文件上传</button>
                    <!-- <button class="op3" size="mini" plain @tap.stop="Reject(item)">驳回</button> -->
                    <button class="op5" size="mini" plain @tap.stop="operations = -1">取消操作</button>
                </view>
@@ -77,7 +78,7 @@
        <view class="over" v-if="listData.length == 0">暂无数据</view>
        <view class="over" v-if="listData.length != 0 && listData.length != showList.length">加载中...</view>
        <view class="over" v-if="listData.length != 0 && listData.length == showList.length">已到底</view>
        <xe-upload ref="XeUpload" :options="uploadOptions" @callback="handleUploadCallback"></xe-upload>
    </view>
</template>
@@ -97,6 +98,8 @@
            return {
                showDetail: -1,
                operations : -1,
                //上传参数
                uploadOptions: {},
                hform: {
                    HSourceBillType:'8505',
                    HSourceBillTypeName: "首件检验单",
pages/jishikucunchaxun/table.vue
@@ -192,7 +192,7 @@
                            }
                        } else {
                            uni.showToast({
                                title: '仓位数据请求失败',
                                title: '仓位数据请求失败'+res.Message,
                                icon: 'none'
                            })
                        }