#
whycq
2024-07-29 3d5efbc419d3ddff189d8d0c36cf743887d28eaa
#
22个文件已修改
56 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/mat/matQuery.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/mat/matQuery2.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/mat/matSelected.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/pakin.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/1024x1024.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/120x120.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/144x144.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/152x152.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/167x167.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/180x180.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/192x192.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/20x20.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/29x29.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/40x40.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/58x58.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/60x60.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/72x72.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/76x76.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/80x80.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/87x87.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/96x96.png 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "2024031401",
    "versionCode" : "100",
    "versionName" : "20240729A",
    "versionCode" : 101,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/mat/matQuery.vue
@@ -2,13 +2,13 @@
    <view>
        <!-- 搜索框 -->
        <view class="search-bar">
            <uni-search-bar v-model="condition" placeholder=" 扫码 / 输入" bgColor="#EEEEEE" @confirm="search" />
            <uni-search-bar v-model="condition" placeholder=" 掃碼 / 輸入" bgColor="#EEEEEE" @confirm="search" />
        </view>
        <scroll-view>
            <view class="tag-list" v-for="(item,i) in tagList" :key="i" @click="showTag(item.id)">
                <view class="tag">
                    <view style="display: flex;">
                        <view class="wms-tag" :style="baColor" >分类</view>
                        <view class="wms-tag" :style="baColor" >分類</view>
                    </view>
                </view>
                <view class="tag-item">{{item.name}}</view>
@@ -21,9 +21,9 @@
                        <view class="wms-tag" :style="baColor" >商品</view>
                    </view>
                </view>
                <view class="tag-item">商品编号: {{item.matnr}}</view>
                <view class="tag-item">商品名称: {{item.maktx  ? item.maktx : '--'}}</view>
                <view class="tag-item">商品规格: {{item.specs  ? item.specs : '--'}}</view>
                <view class="tag-item">商品編號: {{item.matnr}}</view>
                <view class="tag-item">商品名稱: {{item.maktx  ? item.maktx : '--'}}</view>
                <view class="tag-item">商品規格: {{item.specs  ? item.specs : '--'}}</view>
            </view>
        </view>
        <uni-load-more v-show="matList.length != 0" :status="status" :icon-size="16" :content-text="contentText" />
@@ -41,14 +41,14 @@
                curr:1,
                tag: '分类',
                baColor: "background-color: #0081ff;",
                desc: '商品编号:',
                desc: '商品編號:',
                baseUrl: '',
                token: '',
                status: 'more',
                contentText: {
                    contentdown: '上拉加载更多',
                    contentrefresh: '加载中',
                    contentnomore: '没有更多'
                    contentdown: '上拉加載更多',
                    contentrefresh: '加載中',
                    contentnomore: '沒有更多'
                },
                // 当前tagId
                tagIdNow: 1
@@ -91,7 +91,6 @@
                        'token':uni.getStorageSync('token'),
                    },
                    success(result) {
                        console.log(result);
                        var res = result.data
                        if (res.code === 200 ) {
                            that.matList = res.data
@@ -166,7 +165,6 @@
                        'token':uni.getStorageSync('token'),
                    },
                    success(result) {
                        console.log(result);
                        that.tagList = null
                        var res = result.data
                        if (res.code === 200) {
pages/mat/matQuery2.vue
@@ -2,13 +2,13 @@
    <view>
        <!-- 搜索框 -->
        <view class="search-bar">
            <uni-search-bar v-model="condition" placeholder=" 扫码 / 输入" bgColor="#EEEEEE" @confirm="search" />
            <uni-search-bar v-model="condition" placeholder=" 掃碼 / 輸入" bgColor="#EEEEEE" @confirm="search" />
        </view>
        <scroll-view>
            <view class="tag-list" v-for="(item,i) in tagList" :key="i" @click="showTag(item.id)">
                <view class="tag">
                    <view style="display: flex;">
                        <view class="wms-tag" :style="baColor" >分类</view>
                        <view class="wms-tag" :style="baColor" >分類</view>
                    </view>
                </view>
                <view class="tag-item">{{item.name}}</view>
@@ -21,9 +21,9 @@
                        <view class="wms-tag" :style="baColor" >商品</view>
                    </view>
                </view>
                <view class="tag-item">商品编号: {{item.matnr}}</view>
                <view class="tag-item">商品名称: {{item.maktx  ? item.maktx : '--'}}</view>
                <view class="tag-item">商品规格: {{item.specs  ? item.specs : '--'}}</view>
                <view class="tag-item">商品編號: {{item.matnr}}</view>
                <view class="tag-item">商品名稱: {{item.maktx  ? item.maktx : '--'}}</view>
                <view class="tag-item">商品規格: {{item.specs  ? item.specs : '--'}}</view>
            </view>
        </view>
        <uni-load-more v-show="matList.length != 0" :status="status" :icon-size="16" :content-text="contentText" />
@@ -41,14 +41,14 @@
                curr:1,
                tag: '分类',
                baColor: "background-color: #0081ff;",
                desc: '商品编号:',
                desc: '商品編號:',
                baseUrl: '',
                token: '',
                status: 'more',
                contentText: {
                    contentdown: '上拉加载更多',
                    contentrefresh: '加载中',
                    contentnomore: '没有更多'
                    contentdown: '上拉加載更多',
                    contentrefresh: '加載中',
                    contentnomore: '沒有更多'
                },
                // 当前tagId
                tagIdNow: 1
pages/mat/matSelected.vue
@@ -2,19 +2,19 @@
    <view>
        <view class="form">
            <view class="form-item">
                <view class="form-item-desc"><text>商品编码</text></view>
                <view class="form-item-desc"><text>商品編碼</text></view>
                <view class="form-item-content"><text>{{mat.matnr}}</text></view>
            </view>
            <view class="form-item">
                <view class="form-item-desc"><text>商品名称</text></view>
                <view class="form-item-desc"><text>商品名稱</text></view>
                <view class="form-item-content"><text style="word-wrap:break-word">{{mat.maktx}}</text></view>
            </view>
            <view class="form-item">
                <view class="form-item-desc"><text>规格</text></view>
                <view class="form-item-desc"><text>規格</text></view>
                <view class="form-item-content"><text>{{mat.specs}}</text></view>
            </view>
            <view class="form-item">
                <view class="form-item-desc"><text>批号</text></view>
                <view class="form-item-desc"><text>批號</text></view>
                <view class="form-item-content">
                    <view class="form-input">
                        <input type="text" v-model="mat.batch">
@@ -22,7 +22,7 @@
                </view>
            </view>
            <view class="form-item">
                <view class="form-item-desc"><text>数量</text></view>
                <view class="form-item-desc"><text>數量</text></view>
                <view class="form-item-content">
                    <uni-number-box :value="mat.anfme" :max="99999999" :step='1' color="#747474" @change="changeValue" />
                </view>
pages/pakin/pakin.vue
@@ -3,12 +3,12 @@
        <view class="code">
            <view class="item">
                <view class="code-decs">托盤碼:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
                <input type="text" placeholder=" 掃碼 / 輸入" v-model="barcode" :focus="barcodeFocus"
                    @input="barcodeInput()">
            </view>
            <view class="item">
                <view class="code-decs">物料碼:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()">
                <input type="text" placeholder=" 掃碼 / 輸入" v-model="matnr" :focus="matFocus" @input="findMat()">
                <view class="item-right">
                    <button></button>
                    <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text>
unpackage/res/icons/1024x1024.png

unpackage/res/icons/120x120.png

unpackage/res/icons/144x144.png

unpackage/res/icons/152x152.png

unpackage/res/icons/167x167.png

unpackage/res/icons/180x180.png

unpackage/res/icons/192x192.png

unpackage/res/icons/20x20.png

unpackage/res/icons/29x29.png

unpackage/res/icons/40x40.png

unpackage/res/icons/58x58.png

unpackage/res/icons/60x60.png

unpackage/res/icons/72x72.png

unpackage/res/icons/76x76.png

unpackage/res/icons/80x80.png

unpackage/res/icons/87x87.png

unpackage/res/icons/96x96.png