Browse Source

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

yq1 1 year ago
parent
commit
42f0354009

+ 9 - 0
src/api/role/admin.js View File

@@ -320,6 +320,15 @@ export function toCheckPDFInformation(params){
320 320
   })
321 321
 }
322 322
 
323
+export function toAutoDrug(params){
324
+  
325
+  return request({
326
+    url:"/api/device/toautodrug",
327
+    method:"get",
328
+    params:params
329
+  })
330
+}
331
+
323 332
 // export function getdruginfoInformation(params){
324 333
 
325 334
 //    return request({

+ 1 - 1
src/xt_pages/dialysis/details/dialog/adviceDialog/AddGroupAdvice.vue View File

@@ -1630,7 +1630,7 @@ export default {
1630 1630
           }
1631 1631
       }
1632 1632
 
1633
-      if(this.$store.getters.xt_user.org.id == 10580){
1633
+      if(this.$store.getters.xt_user.org.id == 10580 || this.$store.getters.xt_user.org.id == 10585){
1634 1634
         var year = date.getFullYear()
1635 1635
           var month = date.getMonth() + 1
1636 1636
           var day = date.getDate()

+ 27 - 0
src/xt_pages/outpatientTool/components/settle.vue View File

@@ -139,6 +139,22 @@
139 139
           <template slot-scope="scope">{{scope.row.cvlserv_pay.toFixed(2)}}</template>
140 140
         </el-table-column>
141 141
 
142
+        <el-table-column align="center" prop="wechat_pay" label="发票号码">
143
+          <template slot-scope="scope" style="width: 100px">
144
+            <el-input v-model="scope.row.fa_piao_number" oninput="value=value.replace(/[^0-9.]/g,'')"></el-input>
145
+            <el-button size="small" @click="change(scope.row.id,scope.row.fa_piao_number,'fa_piao_number')">修改</el-button>
146
+          </template>
147
+        </el-table-column>
148
+
149
+
150
+        <el-table-column align="center" prop="wechat_pay" label="发票编号">
151
+          <template slot-scope="scope" style="width: 100px">
152
+            <el-input v-model="scope.row.fa_piao_code" oninput="value=value.replace(/[^0-9.]/g,'')"></el-input>
153
+            <el-button size="small" @click="change(scope.row.id,scope.row.fa_piao_code,'fa_piao_code')">修改</el-button>
154
+          </template>
155
+        </el-table-column>
156
+
157
+
142 158
         <el-table-column align="center" prop="wechat_pay" label="微信支付">
143 159
           <template slot-scope="scope" style="width: 100px">
144 160
             <el-input v-model="scope.row.wechat_pay" oninput="value=value.replace(/[^0-9.]/g,'')"></el-input>
@@ -284,6 +300,17 @@
284 300
         <template slot-scope="scope">{{scope.row.cvlserv_pay.toFixed(2)}}</template>
285 301
       </el-table-column>
286 302
 
303
+
304
+
305
+      <el-table-column align="center" prop="wechat_pay" label="发票号码">
306
+        <template slot-scope="scope">{{scope.row.fa_piao_number}}</template>
307
+      </el-table-column>
308
+
309
+      <el-table-column align="center" prop="wechat_pay" label="发票编号">
310
+        <template slot-scope="scope">{{scope.row.fa_piao_code}}</template>
311
+      </el-table-column>
312
+
313
+
287 314
       <el-table-column align="center" prop="wechat_pay" label="微信支付">
288 315
         <template slot-scope="scope">{{scope.row.wechat_pay}}</template>
289 316
 

+ 14 - 3
src/xt_pages/role/admin.vue View File

@@ -25,12 +25,12 @@
25 25
         >医药师登记</el-button>
26 26
 
27 27
 
28
-        <el-button
28
+        <!-- <el-button
29 29
           type="primary"
30 30
           size="small"
31 31
           icon="el-icon-circle-plus-outline"
32 32
           style="float:left"
33
-          @click="toJiaBan">加班</el-button>
33
+          @click="toJiaBan">加班</el-button> -->
34 34
        
35 35
 
36 36
          <!-- <el-button
@@ -209,6 +209,12 @@
209 209
           @click="toCheckPDFInformation">PDF验证</el-button> -->
210 210
 
211 211
 
212
+          <el-button
213
+          type="primary"
214
+          size="small"
215
+          icon="el-icon-circle-plus-outline"
216
+          style="float:left"
217
+          @click="toAutoDrug">自动生成</el-button>
212 218
 
213 219
 
214 220
      </div>
@@ -516,7 +522,7 @@
516 522
 
517 523
 <script>
518 524
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
519
-  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation} from "@/api/role/admin";
525
+  ,CreateQianshuUserName,CreateSKDSendInformation,toSavePDFInformation,toCheckPDFInformation,getdruginfoInformation,toAutoDrug} from "@/api/role/admin";
520 526
 import { getRoles } from "@/api/role/role";
521 527
 import { UploadPrintOrder } from "@/api/role/admin"
522 528
 import { parseTime } from "@/utils";
@@ -1174,6 +1180,11 @@ export default {
1174 1180
 
1175 1181
         }
1176 1182
       })
1183
+    },
1184
+    toAutoDrug(){
1185
+      toAutoDrug().then(Response=>{
1186
+
1187
+      })
1177 1188
     }
1178 1189
 
1179 1190
   },