Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 month ago
parent
commit
b4fc78c82b

+ 2 - 1
src/xt_pages/stock/stockOutOrder.vue View File

@@ -1064,7 +1064,7 @@ export default {
1064 1064
       manufacturer: [],
1065 1065
       selectedTableData: [],
1066 1066
       dealer: [],
1067
-      type: 1,
1067
+      type: 0,
1068 1068
       drug_id: 0,
1069 1069
       dialogVisible: false,
1070 1070
       editdialogVisible: false,
@@ -1217,6 +1217,7 @@ export default {
1217 1217
         storehouse_id: this.storehouse_id,
1218 1218
         way_type: this.way_type,
1219 1219
         check_type:this.check_type,
1220
+        keywords: this.searchKey,
1220 1221
       };
1221 1222
       this.warehouseOutDate = [];
1222 1223
       getWarehouseOutList(Params).then((response) => {

+ 2 - 2
src/xt_pages/workforce/components/tableWeeks.vue View File

@@ -886,7 +886,7 @@
886 886
       },
887 887
       signPrint() {
888 888
 //
889
-        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340  || this.org_id == 10375 || this.org_id ==10517 || this.org_id ==0){
889
+        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340  || this.org_id == 10375 || this.org_id ==10517){
890 890
          var zone = this.zone
891 891
           console.log("zone23232",zone)
892 892
           var newArr = []
@@ -905,7 +905,7 @@
905 905
             path: '/schedule/remind/print/setting/one?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+1+"&ids="+this.ids
906 906
           })
907 907
         }
908
-        if(this.org_id != 9671 && this.org_id != 9675 && this.org_id != 10340  && this.org_id!=10375 && this.org_id!=10469 && this.org_id!=10517 && this.org_id!=0){
908
+        if(this.org_id != 9671 && this.org_id != 9675 && this.org_id != 10340  && this.org_id!=10375 && this.org_id!=10469 && this.org_id!=10517){
909 909
           var zone = this.zone
910 910
           console.log("zone23232",zone)
911 911
           var newArr = []

+ 6 - 1
src/xt_pages/workforce/remind_print_setting.vue View File

@@ -155,13 +155,18 @@
155 155
                
156 156
                 <div v-if="org_id!=10440 && org_id!=10600">打印时间:
157 157
                      {{getTime(main_collection.schedule_date)}}   
158
+
159
+                   <span v-if="printObj.week == 1">
158 160
                      <span v-if="main_collection.schedule_week ==1">星期一</span>
159 161
                      <span v-if="main_collection.schedule_week ==2">星期二</span>
160 162
                      <span v-if="main_collection.schedule_week ==3">星期三</span>
161 163
                      <span v-if="main_collection.schedule_week ==4">星期四</span>
162 164
                      <span v-if="main_collection.schedule_week ==5">星期五</span>
163 165
                      <span v-if="main_collection.schedule_week ==6">星期六</span>
164
-                     <span v-if="main_collection.schedule_week ==7">星期日</span></div>
166
+                     <span v-if="main_collection.schedule_week ==7">星期日</span>
167
+                    </span>   
168
+                    </div>
169
+                  
165 170
               </div>
166 171
 
167 172
               <div class="signPrint" style="font-size:16px;" v-else>