chenhaozhe
2025-08-13 2b1caeb8defa28b2dc769da5ca23c77873eb36d9
pages/weiwaigxIn/table.vue
@@ -171,7 +171,7 @@
            <view class="op" v-if="operations == index">
<!--                <button class="op1" size="mini" plain @tap.stop="check(item)">审核</button>
               <button class="op2" size="mini" plain @tap.stop="antiCheck(item)">反审核</button> -->
               <button class="op3" size="mini" plain @tap.stop="edit(item)">编辑</button>
               <button class="op3" size="mini" plain @tap.stop="edit(item)" v-if="false">编辑</button>
               <button class="op4" size="mini" plain @tap.stop="del(item)">删除</button>
               <button class="op5" size="mini" plain @tap.stop="operations = -1">取消操作</button>
            </view>
@@ -195,7 +195,7 @@
            arrayStatus:['全部','未审核','已审核','已关闭'],
            hform:{
               HStatus:'全部',
               HBeginDate:'',
               HBeginDate:new Date().toISOString().split('T')[0],
               HEndDate:'',
               HICMOBillNo:'',
               HBillNo:'',
@@ -236,6 +236,7 @@
            return newList
         },
         getList(){
            this.sWhere += ` and 制单人 like N'%${this.userInfo.Czymc}'`
            // console.log(this.sWhere)
            uni.showLoading({
               title:'加载中...'
@@ -307,11 +308,11 @@
                   this.sWhere += " and 关闭人<>''";
                }
            }
            if (this.hform.BenginHCreateDate) {
                this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.hform.BenginHCreateDate + "'";
            if (this.hform.HBeginDate) {
                this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.hform.HBeginDate + "'";
            }
            if (this.hform.EndHCreateDate) {
                this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.hform.EndHCreateDate + "'";
            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 + "%'";
@@ -428,6 +429,9 @@
      width: 640rpx;
      margin: 20rpx auto;
   }
   picker input{
      pointer-events: none;
   }
   .other{
      margin-top: 8rpx;
      text-align: center;