chenhaozhe
2025-09-05 a269c30767c1a60272a57653342ba962f6861c6f
Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
5个文件已修改
19 ■■■■■ 已修改文件
components/BillListPopup/BillListPopup.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/caigouruku/form.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanbuliao/form.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanlingliaoshengdan/form.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwailingliao/form.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/BillListPopup/BillListPopup.vue
@@ -46,6 +46,10 @@
                                <view class="left">生产订单号: </view>
                                <view class="right">{{bill['生产任务单号']}}</view>
                            </view>
                            <view class="item" v-if="bill['款号']">
                                <view class="left">款号: </view>
                                <view class="right">{{bill['款号']}}</view>
                            </view>
                        </uni-card>
                    </view>
                    <view class="over" v-show="HBillList.length == 0">暂无数据</view>
pages/caigouruku/form.vue
@@ -177,6 +177,9 @@
                            <view class="detail" v-if="item.辅助属性">
                                <text>辅助属性:</text>{{item.辅助属性}}
                            </view>
                            <view class="detail" v-if="item.款号">
                                <text>款号:</text>{{item.款号}}
                            </view>
                        </view>
                    </uni-card>
                </view>
@@ -1138,6 +1141,8 @@
                                        }
                                        //供应商不可编辑
                                        this.showHSupName = false
                                        //光标对准物料
                                        this.barCodeFocus = true;
                                    }
                                }
                                //显示表体明细
pages/shengchanbuliao/form.vue
@@ -177,6 +177,9 @@
                            <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/shengchanlingliaoshengdan/form.vue
@@ -177,6 +177,9 @@
                            <view class="detail" v-if="item.辅助属性">
                                <text>辅助属性:</text>{{item.辅助属性}}
                            </view>
                            <view class="detail" v-if="item.款号">
                                <text>款号:</text>{{item.款号}}
                            </view>
                        </view>
                    </uni-card>
                </view>
@@ -209,6 +212,7 @@
                            <view class="detail" v-if="item.HAuxPropName">
                                <text>辅助属性:</text>{{item.HAuxPropName}}
                            </view>
                        </view>
                    </uni-card>
                </view>
pages/weiwailingliao/form.vue
@@ -177,6 +177,9 @@
                            <view class="detail" v-if="item.辅助属性">
                                <text>辅助属性:</text>{{ item.辅助属性 }}
                            </view>
                            <view class="detail" v-if="item.款号">
                                <text>款号:</text>{{item.款号}}
                            </view>
                        </view>
                    </uni-card>
                </view>