wtt
2025-09-18 4d213bd76317bb3f735eee24c4fcbf0fc73b3055
生产领料校验选源单方式优化
4个文件已修改
65 ■■■■ 已修改文件
components/BillListPopup/BillListPopup_Check.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/gongxuOut/moneystatistics.vue 56 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanlingliao/form.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/BillListPopup/BillListPopup_Check.vue
@@ -120,7 +120,7 @@
                this.length = 0
                this.page = 0
                this.HBillNo = ''
                this.HMater = ''
                //this.HMater = ''
                this.HCustom = ''
                this.HBillList = []
                this.enablefocus = false
manifest.json
@@ -2,9 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "1.0.82",
    "versionCode" : 182,
    "versionName" : "1.0.84",
    "versionCode" : 184,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/gongxuOut/moneystatistics.vue
@@ -157,7 +157,8 @@
                userInfo:getUserInfo(),
                serverUrl: uni.getStorageSync('serverUrl')||'http://47.96.97.237/API',
                showmore:false,
                arrayHEmpName: [], //接收人
                HEmpNameList: [],
                hform:{
                    HMonth:'',
                    HEmp:'',
@@ -173,6 +174,7 @@
        },
        onLoad() {
            this.getList()
            this.getHEmpList()
            // console.log(this.userInfo,uni.getStorageSync('HUserName'))
        },
        onReachBottom: function() {
@@ -241,58 +243,6 @@
                this.showList = []
                
                console.log(this.hform)
                if (this.hform.HStatus) {
                    if(this.hform.HStatus == '全部'){
                        this.sWhere += "";
                    }else if(this.hform.HStatus == '未审核'){
                        this.sWhere += " and 审核人=''";
                    }else if(this.hform.HStatus == '已审核'){
                        this.sWhere += " and 审核人<>''";
                    }else if(this.hform.HStatus == '已关闭'){
                        this.sWhere += " and 关闭人<>''";
                    }
                }
                if (this.hform.HBeginDate) {
                    this.sWhere += " and CONVERT(varchar(100),出站时间, 23) >= '" + this.hform.HBeginDate + "'";
                }
                if (this.hform.HEndDate) {
                    this.sWhere += " and CONVERT(varchar(100),出站时间, 23) >= '" + this.hform.HEndDate + "'";
                }
                if (this.hform.HBillNo) {
                    this.sWhere += " and 单据号 like '%" + this.hform.HBillNo + "%'";
                }
                if (this.hform.HNumber) {
                    this.sWhere += " and 产品代码 like '%" + this.hform.HNumber + "%'";
                }
                if (this.hform.HName) {
                    this.sWhere += " and 当前工序 like '%" + this.hform.HName + "%'";
                }
                if (this.hform.HWorkBillNo) {
                    this.sWhere += " and 任务单 like '%" + this.hform.HWorkBillNo + "%'";
                }
                if (this.hform.HProcExchBillNo) {
                    this.sWhere += " and 工序流转卡号 like '%" + this.hform.HProcExchBillNo + "%'";
                }
                if (this.hform.checkHWasterQty) {
                    this.sWhere +=  "  and 报废数量>0 ";
                }
                if (this.hform.ColName && this.hform.Comparator) {
                    var com = "";
                    if(this.hform.Comparator == '包含'){
                        com = "like'%" + this.hform.ColContent + "%'";
                    }else if(this.hform.Comparator == '左包含'){
                        com = "like'%" + this.hform.ColContent + "'";
                    }else if(this.hform.Comparator == '右包含'){
                        com = "like'" + this.hform.ColContent + "%'";
                    }else if(this.hform.Comparator == '不包含'){
                        com = "not like'%" + this.hform.ColContent + "%'";
                    }else{
                        com = "" + this.hform.Comparator + "'" + this.hform.ColContent + "'";
                    }
                    this.sWhere += " and " + this.hform.ColName + " " + com;
                }
                
                this.getList()
            },
pages/shengchanlingliao/form.vue
@@ -897,7 +897,7 @@
            showBillList(){
                this.$refs.billList.showPopup()
            },
            toScanCode() {
            toScanCodeMater() {
                var mpaasScanModule = uni.requireNativePlugin("Mpaas-Scan-Module")
                mpaasScanModule.mpaasScan({
                    'hideAlbum': true,