wtt
2025-09-09 183fcd654e965ce596d7ff338b78c9e7f2d1bf8a
采购入库物料明细添加单价,添加已扫物料合计数量
5个文件已修改
20 ■■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/caigouruku/form.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanbuliao/form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanlingliaoshengdan/form.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwailingliao/form.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "1.0.68",
    "versionCode" : 168,
    "versionName" : "1.0.69",
    "versionCode" : 169,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/caigouruku/form.vue
@@ -180,6 +180,12 @@
                            <view class="detail" v-if="item.款号">
                                <text>款号:</text>{{item.款号}}
                            </view>
                            <view class="detail" v-if="item.合计数量">
                                <text>合计数量:</text>{{item.合计数量}}
                            </view>
                            <view class="detail" v-if="item.单价">
                                <text>单价:</text>{{item.单价}}
                            </view>
                        </view>
                    </uni-card>
                </view>
pages/shengchanbuliao/form.vue
@@ -168,6 +168,9 @@
                            <view class="detail">
                                <text>数量:</text>{{item.数量}}
                            </view>
                            <view class="detail" v-if="item.合计数量">
                                <text>合计数量:</text>{{item.合计数量}}
                            </view>
                            <view class="detail">
                                <text>条码个数:</text>{{item.条码个数}}
                            </view>
@@ -180,6 +183,7 @@
                            <view class="detail" v-if="item.款号">
                                <text>款号:</text>{{item.款号}}
                            </view>
                        </view>
                    </uni-card>
                </view>
pages/shengchanlingliaoshengdan/form.vue
@@ -168,6 +168,9 @@
                            <view class="detail">
                                <text>数量:</text>{{item.数量}}
                            </view>
                            <view class="detail" v-if="item.合计数量">
                                <text>合计数量:</text>{{item.合计数量}}
                            </view>
                            <view class="detail">
                                <text>条码个数:</text>{{item.条码个数}}
                            </view>
pages/weiwailingliao/form.vue
@@ -168,6 +168,9 @@
                            <view class="detail">
                                <text>数量:</text>{{ item.数量 }}
                            </view>
                            <view class="detail" v-if="item.合计数量">
                                <text>合计数量:</text>{{item.合计数量}}
                            </view>
                            <view class="detail">
                                <text>条码个数:</text>{{ item.条码个数 }}
                            </view>