chenhaozhe
2025-08-07 1a671c014fb8fa2db8b146463e648240487bf777
取消添加款号
4个文件已修改
18 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/gongxuOut/form.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/gongxuOut/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwaigxOut/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "1.0.41",
    "versionCode" : 141,
    "versionName" : "1.0.42",
    "versionCode" : 142,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/gongxuOut/form.vue
@@ -180,12 +180,12 @@
                    <input v-model="hform.HPRDOrg" disabled />
                </view>
            </view>
            <view class="form-item">
            <!-- <view class="form-item">
                <view class="title">款号:</view>
                <view class="righton">
                    <input v-model="hform.HStyleNumber" disabled />
                </view>
            </view>
            </view> -->
            <!--             
@@ -593,7 +593,7 @@
                    HDeleteMan: '',
                    HDeleteDate: '',
                    
                    HStyleNumber: '', // 款号
                    // HStyleNumber: '', // 款号
                    eventType: 'Add',
                }
@@ -1316,7 +1316,7 @@
                            this.hform.HCenterName = data.工作中心
                            this.hform.HCenterID = data.HCenterID
                            this.hform.NoOutboundHqty = (data.流转卡数量 - data.出站报废关联数量 - data.出站关联数量)
                            this.hform.HStyleNumber = data['款号']
                            // this.hform.HStyleNumber = data['款号']
                            
                            if (e) {
                                this.getHProcNoData(this.hform.HBarCode, this.hform.HProcNo)
@@ -1357,7 +1357,7 @@
                            this.hform.HNotReportQty = data['未报工数量']
                            this.hform.HProcNumber = data['工序代码']
                            this.hform.HIsTimeFlag = data['是否计时'] ? 1 : 0
                           this.hform.HStyleNumber = data['款号']
                           // this.hform.HStyleNumber = data['款号']
                            // this.hform.HQty = data.合格数量
                            if (data.首道工序 == "是") {
                                this.FirstEndHProcNo = 1
pages/gongxuOut/table.vue
@@ -287,7 +287,7 @@
                return newList
            },
            getList(){
                // this.sWhere += ` and 制单人 like N'%${this.userInfo.Czymc}'`
                this.sWhere += ` and 制单人 like N'%${this.userInfo.Czymc}'`
                uni.showLoading({
                    title:'加载中...'
                })
pages/weiwaigxOut/table.vue
@@ -276,7 +276,7 @@
                return newList
            },
            getList(){
                // this.sWhere += ` and 制单人 like N'%${this.userInfo.Czymc}'`
                this.sWhere += ` and 制单人 like N'%${this.userInfo.Czymc}'`
                // console.log(this.sWhere)
                uni.showLoading({
                    title:'加载中...'