yangan
2024-11-05 57270708e8dcb711e5909ac82798840d81ead4fe
feat:库管样式修改删除无用图片
2个文件已修改
11个文件已删除
11 ■■■■ 已修改文件
manifest.json 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/loadUnload-page/selectTarget/selectTarget.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/custom/login/eye_close.png 补丁 | 查看 | 原始文档 | blame | 历史
static/custom/login/eye_open.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/add.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/address.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/avatar.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/blueblock.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/clock.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/location.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/notice.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/printer.png 补丁 | 查看 | 原始文档 | blame | 历史
static/image/banner/redblock.png 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -100,7 +100,7 @@
            "disableHostCheck" : true,
            "proxy" : {
                "/admin" : {
                    "target" : "http://192.168.0.66:9999/",
                    "target" : "http://wrzs.czjlchem.com:9095/",
                    "changeOrigin" : true,
                    "secure" : true,
                    "ws" : false, // 需要websocket 开启
@@ -109,7 +109,7 @@
                    }
                },
                "/gen" : {
                    "target" : "http://192.168.0.66:9999/",
                    "target" : "http://wrzs.czjlchem.com:9095/",
                    "changeOrigin" : true,
                    "secure" : true,
                    "ws" : false, // 需要websocket 开启
@@ -118,7 +118,7 @@
                    }
                },
                "/wrzs" : {
                    "target" : "http://192.168.0.66:9896/",
                    "target" : "http://wrzs.czjlchem.com:9095/",
                    "changeOrigin" : true,
                    "secure" : true,
                    "ws" : true, // 需要websocket 开启
pages/loadUnload-page/selectTarget/selectTarget.vue
@@ -367,14 +367,15 @@
                            <text v-if="isClean"> {{'吨' }}</text>
                            </view>
                            <!-- v-if="activeObj.containerNumber" -->
                            <view style="display: flex;"><span>集装箱号: </span>
                            <view v-if="activeObj.containerNumber"  style="display: flex;"><span>集装箱号: </span>
                                <u--input v-model="activeObj.containerNumber"
                                clearable
                                style="border: solid 1px #ccc;"
                                placeholder="输入集装箱号"
                                prefixIconStyle="color: #909399"></u--input>
                                <view><text style="color: red;">请认真核对集装箱号再提交!</text></view>
                            </view>
                            <view><text style="color: red;">请认真核对集装箱号再提交!</text></view>
                            <!-- 是否输入折吨 -->
                             <view style="display:flex;margin-top:20rpx" v-if="isClean">是否需要折吨: <u-radio-group
                                v-model="isCleanFlag"
static/custom/login/eye_close.png
Binary files differ
static/custom/login/eye_open.png
Binary files differ
static/image/banner/add.png
Binary files differ
static/image/banner/address.png
Binary files differ
static/image/banner/avatar.png
Binary files differ
static/image/banner/blueblock.png
Binary files differ
static/image/banner/clock.png
Binary files differ
static/image/banner/location.png
Binary files differ
static/image/banner/notice.png
Binary files differ
static/image/banner/printer.png
Binary files differ
static/image/banner/redblock.png
Binary files differ