1
dytyqx
3 天以前 a5210a6ae0264b4157efdc5a4350c7a7ead99b87
1
5个文件已修改
17 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast2.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "3.002",
    "versionCode" : 302,
    "versionName" : "3.003",
    "versionCode" : 303,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages.json
@@ -1749,6 +1749,12 @@
                "navigationBarTitleText": "销售出库单(验证)"
            }
        },
        {
            "path": "pages/tiaomamingxi/tiaomamingxi",
            "style": {
                "navigationBarTitleText": "条码明细"
            }
        },
        {
            "path": "pages/CustomerComplaintsBill/CustomerComplaintsBillList",
            "style": {
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast.vue
@@ -41,7 +41,7 @@
            </view>
            <view class="card-item-wrapper">
                <view v-for="(item, index) in materialManifest" :key="index">
                    <uni-card :title="item.HSourceBillNo" :extra="item.F_WPVT_Text_tzk ? '订单号:' + item.F_WPVT_Text_tzk : ''"
                    <uni-card :title="item.HSourceBillNo" :extra="item.客户订单号 ? '订单号:' + item.客户订单号 : ''"
                     @tap="toDetail(item, index)">
                        <view class="card-detail">
                            <view class="detail">
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast2.vue
@@ -50,7 +50,8 @@
            </view>
            <view class="card-item-wrapper">
                <view v-for="(item, index) in materialManifest" :key="index">
                    <uni-card :class="item.selected?'card-selected':''" :title="item.HSourceBillNo" :extra="item.F_WPVT_Text_tzk ? '订单号:' + item.F_WPVT_Text_tzk : ''"
                    <uni-card :class="item.selected?'card-selected':''" :title="item.HSourceBillNo"
                    :extra="item.客户订单号 ? '订单号:' + item.客户订单号 : ''"
                        @tap="selectMater(item, index)">
                        <view class="card-detail">
                            <view class="detail">
pages/index/login.vue
@@ -114,7 +114,7 @@
                    "陈镐哲本地测试2": 'http://192.168.88.82:81/API/',
                    "张瑞广本地测试": 'http://localhost:8082/API/',
                    "余思杰本地测试": 'http://localhost:8082/LuBaoAPI/',
                    "杨权鑫本地测试": 'http://192.168.0.81:8082/API/',
                    "杨权鑫本地测试": 'http://172.20.10.2:8082/API/',
                    "王仪本地测试": 'http://192.168.0.74:8080/API/',
                    // 小卫内外网
                    "苏州卫智科技-外网": 'http://221.224.60.42:8082/API_WW/',