Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 1 year ago
parent
commit
466467a201

+ 2 - 2
src/xt_pages/role/admin.vue View File

@@ -187,7 +187,7 @@
187 187
           @click="toSendInformaton">发送短信验证码</el-button>  -->
188 188
        
189 189
           
190
-        <el-button
190
+        <!-- <el-button
191 191
           type="primary"
192 192
           size="small"
193 193
           icon="el-icon-circle-plus-outline"
@@ -200,7 +200,7 @@
200 200
           size="small"
201 201
           icon="el-icon-circle-plus-outline"
202 202
           style="float:left"
203
-          @click="toCheckPDFInformation">PDF验证</el-button>
203
+          @click="toCheckPDFInformation">PDF验证</el-button> -->
204 204
      </div>
205 205
     
206 206
       

+ 5 - 5
src/xt_pages/stock/drugs/inventory.vue View File

@@ -331,11 +331,11 @@ export default {
331 331
                    list[i].last_stock_min_number = ""
332 332
                    list[i].min_number = list[i].XtBaseDrug.min_number
333 333
                    list[i].manufacturer_name  = ""
334
-                   if(this.org_id == 10489){
335
-                     list[i].type = 4
336
-                   }else{
337
-                     list[i].type = 6
338
-                    }
334
+                  //  if(this.org_id == 10489){
335
+                  //    list[i].type = 4
336
+                  //  }else{
337
+                  //    list[i].type = 6
338
+                  //   }
339 339
                    for(let j=0;j<this.manufacturerList.length;j++){
340 340
                      if(list[i].manufacturer == this.manufacturerList[j].id){
341 341
                         list[i].manufacturer_name = this.manufacturerList[j].manufacturer_name

+ 5 - 5
src/xt_pages/stock/inventory.vue View File

@@ -456,11 +456,11 @@ export default {
456 456
          if(response.data.state == 1){
457 457
            var list = response.data.data.list
458 458
            for(let i=0;i<list.length;i++){
459
-              if(this.org_id == 10489){
460
-                list[i].type = 4
461
-              }else{
462
-                list[i].type = 6
463
-              }
459
+              // if(this.org_id == 10489){
460
+              //   list[i].type = 4
461
+              // }else{
462
+              //   list[i].type = 6
463
+              // }
464 464
               
465 465
               list[i].good_name = list[i].GoodInfo.good_name
466 466
               list[i].specification_name = list[i].GoodInfo.specification_name