wtt
2026-03-30 c89544954db0254978c1fabcb175d622db28551c
pages/ZLGL/lailiaojianyan_fast/Kf_QCStockInCheckBill_Fast2.vue
@@ -50,7 +50,7 @@
            </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"
                    <uni-card :class="item.selected?'card-selected':''" :title="item.HSourceBillNo" :extra="item.F_WPVT_Text_tzk ? '订单号:' + item.F_WPVT_Text_tzk : ''"
                        @tap="selectMater(item, index)">
                        <view class="card-detail">
                            <view class="detail">
@@ -244,6 +244,7 @@
                detailManifest: [],
                detailManifestItem: {
                    "HMaterNumber": "",
               "F_WPVT_Text_tzk": "",
                    "HMaterID": "",
                    "HMaterName": "",
                    "HMaterModel": "",
@@ -475,6 +476,7 @@
                        HSPID: data[0].HSPID,
                        HSupID: data[0].HSupID,
                        HMaterID: data[0].HMaterID,
                  F_WPVT_Text_tzk: data[0].F_WPVT_Text_tzk,
                        HSourceBillType: data[0].HSourceBillType,
                        HSLInterID: data[0].HSLInterID,
                        HSLEntryID: data[0].HSLEntryID,