Browse Source

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

XMLWAN 3 years ago
parent
commit
a3ab9830e1

+ 1 - 1
src/xt_pages/data/components/addInspection.vue View File

@@ -313,7 +313,7 @@
313 313
             this.projectList[i].number =  this.projectList[i].number.toString()
314 314
             this.tableData.push(this.projectList[i])
315 315
             this.form.project_detail = ""
316
-            this.form.number = ""
316
+            this.form.number = 1
317 317
           }
318 318
         }
319 319
         // console.log("33333",this.tableData)

+ 4 - 4
src/xt_pages/data/components/consumables.vue View File

@@ -105,7 +105,7 @@
105 105
           {{ getGoodUnit(scope.row.good_unit) }}
106 106
         </template>
107 107
       </el-table-column> -->
108
-      <el-table-column label="零售价" width="60" align="center">
108
+      <el-table-column label="零售价" width="100" align="center">
109 109
         <template slot-scope="scope">
110 110
           {{ scope.row.retail_price }}
111 111
         </template>
@@ -124,18 +124,18 @@
124 124
 
125 125
       </el-table-column>
126 126
 
127
-      <el-table-column prop="date" label="操作" width="300" align="center">
127
+      <el-table-column prop="date" label="操作" width="320" align="center">
128 128
         <template slot-scope="scope">
129 129
           <el-button @click="handleGoodInfoEdit(scope.$index, scope.row)" type="primary" size="small">编辑</el-button>
130 130
           <!--<el-button type="primary" size="small" @click="clickSelfPayment(scope.row.id)">自付比例</el-button>-->
131 131
           <el-button type="danger" size="small" @click="handleGoodInfoDelete(scope.$index, scope.row)">删除</el-button>
132 132
 
133
-          <el-button type="primary" size="small" icon="el-icon-refresh-left" @click="toReturn(scope.row.id,scope.row.is_mark)" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028 || $store.getters.xt_user.org_id == 10138">
133
+          <el-button type="primary" size="small" @click="toReturn(scope.row.id,scope.row.is_mark)" v-if="$store.getters.xt_user.org_id == 9504 || $store.getters.xt_user.org_id == 10028 || $store.getters.xt_user.org_id == 10138">
134 134
              <span v-if="scope.row.is_mark == 0">备案</span>
135 135
              <span v-if="scope.row.is_mark == 1">撤销</span>
136 136
           </el-button>
137 137
 
138
-          <el-button type="primary" size="small" icon="el-icon-refresh-left" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028">
138
+          <el-button type="primary" size="small" v-if="$store.getters.xt_user.org_id != 9504 && $store.getters.xt_user.org_id != 10028">
139 139
             <span v-if="scope.row.is_mark == 0 || scope.row.is_mark == 2"  @click="putOnRecord(scope.row.id)" >目录对照</span>
140 140
             <span v-if="scope.row.is_mark == 1"  @click="putOnUnRecord(scope.row.id)" >撤消对照</span>
141 141
           </el-button>

+ 4 - 4
src/xt_pages/data/components/drugs.vue View File

@@ -76,12 +76,12 @@
76 76
        ></el-table-column>
77 77
       <el-table-column type="index" label="序号" width="60px" align="center"></el-table-column>
78 78
 
79
-      <el-table-column prop="date" label="药品名称" align="center" width="100">
79
+      <el-table-column prop="date" label="药品名称" align="center" >
80 80
         <template slot-scope="scope">
81 81
           <div>{{scope.row.drug_name}}</div>
82 82
         </template>
83 83
       </el-table-column>
84
-      <el-table-column prop="date" label="单位&规格" width="120" align="center">
84
+      <el-table-column prop="date" label="单位&规格" align="center">
85 85
         <template slot-scope="scope">
86 86
           <!-- <div>{{scope.row.drug_spec}}</div> -->
87 87
           <div>
@@ -99,12 +99,12 @@
99 99
           <div>{{scope.row.min_unit}}</div>
100 100
         </template>
101 101
       </el-table-column> -->
102
-      <el-table-column prop="date" label="进货价" width="60" align="center">
102
+      <el-table-column prop="date" label="进货价" width="100" align="center">
103 103
         <template slot-scope="scope">
104 104
           <div>{{scope.row.last_price}}</div>
105 105
         </template>
106 106
       </el-table-column>
107
-      <el-table-column label="零售价" width="60" align="center">
107
+      <el-table-column label="零售价" width="100" align="center">
108 108
         <template slot-scope="scope">
109 109
           <div>{{scope.row.retail_price}}</div>
110 110
         </template>

+ 1 - 1
src/xt_pages/data/components/inspection.vue View File

@@ -37,7 +37,7 @@
37 37
                    {{scope.row.wubi}}
38 38
                 </template>
39 39
             </el-table-column>
40
-            <el-table-column label="价格" width="60" align="center">
40
+            <el-table-column label="价格" width="100" align="center">
41 41
                 <template slot-scope="scope">
42 42
                    {{scope.row.price}}
43 43
                 </template>

+ 3 - 3
src/xt_pages/outpatientCharges/invoiceTemplate/printTwo.vue View File

@@ -9,9 +9,9 @@
9 9
             <div  style="position: absolute;top:40px;left:300px">{{ list.number }}</div>
10 10
             <div></div>
11 11
             <div>
12
-                <span style="position: absolute;left:590px;top:40px;">{{ printDate.slice(0,4) }}</span>
13
-                <span style="position: absolute;left:630px;top:40px;">{{ printDate.slice(5,7) }}</span>
14
-                <span style="position: absolute;left:690px;top:40px;">{{ printDate.slice(8,11) }}</span>
12
+                <span style="position: absolute;left:590px;top:40px;">{{ paramsObj.setl_time.split(' ')[0].slice(0,4) }}</span>
13
+                <span style="position: absolute;left:630px;top:40px;">{{ paramsObj.setl_time.split(' ')[0].slice(5,7) }}</span>
14
+                <span style="position: absolute;left:690px;top:40px;">{{ paramsObj.setl_time.split(' ')[0].slice(8,11) }}</span>
15 15
             </div>
16 16
         </div>
17 17
         <div style="display:flex;justify-content: space-between;">

+ 3 - 0
src/xt_pages/stock/drugs/drugStockInOrderAdd.vue View File

@@ -878,5 +878,8 @@
878 878
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
879 879
     background: #6fb5fa;
880 880
   }
881
+  .el-autocomplete-suggestion{
882
+    width: 400px !important;
883
+  }
881 884
 
882 885
 </style>

+ 3 - 0
src/xt_pages/stock/drugs/drugStockOutOrderAdd.vue View File

@@ -823,4 +823,7 @@ export default {
823 823
 .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
824 824
   background: #6fb5fa;
825 825
 }
826
+.el-autocomplete-suggestion{
827
+  width: 400px !important;
828
+}
826 829
 </style>

+ 5 - 0
src/xt_pages/stock/stockInOrderAdd.vue View File

@@ -825,6 +825,7 @@
825 825
     margin-top: 15px;
826 826
     margin-bottom: 15px;
827 827
   }
828
+  
828 829
 
829 830
 </style>
830 831
 
@@ -836,5 +837,9 @@
836 837
   .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
837 838
     background: #6fb5fa;
838 839
   }
840
+  .el-autocomplete-suggestion{
841
+    width: 400px !important;
842
+  }
843
+  
839 844
 
840 845
 </style>

+ 3 - 0
src/xt_pages/stock/stockOutOrderAdd.vue View File

@@ -718,4 +718,7 @@ export default {
718 718
 .sign-and-weigh-box .sign-and-weigh-box-patients .current-row > td {
719 719
   background: #6fb5fa;
720 720
 }
721
+.el-autocomplete-suggestion{
722
+  width: 400px !important;
723
+}
721 724
 </style>