浏览代码

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

陈少旭 1年前
父节点
当前提交
466467a201
共有 3 个文件被更改,包括 12 次插入12 次删除
  1. 2 2
      src/xt_pages/role/admin.vue
  2. 5 5
      src/xt_pages/stock/drugs/inventory.vue
  3. 5 5
      src/xt_pages/stock/inventory.vue

+ 2 - 2
src/xt_pages/role/admin.vue 查看文件

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

+ 5 - 5
src/xt_pages/stock/drugs/inventory.vue 查看文件

331
                    list[i].last_stock_min_number = ""
331
                    list[i].last_stock_min_number = ""
332
                    list[i].min_number = list[i].XtBaseDrug.min_number
332
                    list[i].min_number = list[i].XtBaseDrug.min_number
333
                    list[i].manufacturer_name  = ""
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
                    for(let j=0;j<this.manufacturerList.length;j++){
339
                    for(let j=0;j<this.manufacturerList.length;j++){
340
                      if(list[i].manufacturer == this.manufacturerList[j].id){
340
                      if(list[i].manufacturer == this.manufacturerList[j].id){
341
                         list[i].manufacturer_name = this.manufacturerList[j].manufacturer_name
341
                         list[i].manufacturer_name = this.manufacturerList[j].manufacturer_name

+ 5 - 5
src/xt_pages/stock/inventory.vue 查看文件

456
          if(response.data.state == 1){
456
          if(response.data.state == 1){
457
            var list = response.data.data.list
457
            var list = response.data.data.list
458
            for(let i=0;i<list.length;i++){
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
               list[i].good_name = list[i].GoodInfo.good_name
465
               list[i].good_name = list[i].GoodInfo.good_name
466
               list[i].specification_name = list[i].GoodInfo.specification_name
466
               list[i].specification_name = list[i].GoodInfo.specification_name