wtt
2026-03-16 216e3aadce5cff3ba8d7b8726677f0c264f3cff2
工序汇报优化
1个文件已修改
10 ■■■■ 已修改文件
pages/gongxuOut/Cj_StationOutBill_Standard.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/gongxuOut/Cj_StationOutBill_Standard.vue
@@ -121,7 +121,7 @@
                    </checkbox-group>
                </view>
            </view>
            <view class="form-item" v-show="false">
            <view class="form-item" v-show="true">
                <view class="title">开工时间:</view>
                <view class="right">
                     <uni-datetime-picker v-model="hform.HRelBeginTime" @change="HRelBeginTimeChange" v-if="hform.HIsTimeFlag==1" :hide-second="true">
@@ -129,7 +129,7 @@
                     </uni-datetime-picker>
                </view>
            </view>
            <view class="form-item" v-show="false">
            <view class="form-item" v-show="true">
                <view class="title">完工时间:</view>
                <view class="right">
                     <uni-datetime-picker v-model="hform.HRelEndTime" @change="HRelEndTimeChange" v-if="hform.HIsTimeFlag==1" :hide-second="true">
@@ -666,8 +666,8 @@
            //this.getHMaterList()
            //this.getHProcList()
            //this.getHSupList()
            this.getHSourceList()
            this.getHGroupList()
            //this.getHSourceList()
            //this.getHGroupList()
            this.getHEmpList()
            this.getHCenterList()
@@ -993,7 +993,7 @@
                            this.$forceUpdate();
                        } else {
                            uni.showToast({
                                title: res.data.Message,
                                title: res.data.msg,
                                icon: 'none'
                            })
                        }