Sfoglia il codice sorgente

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

yq1 1 mese fa
parent
commit
b4fc78c82b

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

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

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

886
       },
886
       },
887
       signPrint() {
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
          var zone = this.zone
890
          var zone = this.zone
891
           console.log("zone23232",zone)
891
           console.log("zone23232",zone)
892
           var newArr = []
892
           var newArr = []
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
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
           var zone = this.zone
909
           var zone = this.zone
910
           console.log("zone23232",zone)
910
           console.log("zone23232",zone)
911
           var newArr = []
911
           var newArr = []

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

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