see999 3 lat temu
rodzic
commit
1758dc72a1
2 zmienionych plików z 45 dodań i 28 usunięć
  1. 30 11
      package-lock.json
  2. 15 17
      src/xt_pages/outpatientTool/labelPrint.vue

+ 30 - 11
package-lock.json Wyświetl plik

@@ -4751,7 +4751,8 @@
4751 4751
         "ansi-regex": {
4752 4752
           "version": "2.1.1",
4753 4753
           "bundled": true,
4754
-          "dev": true
4754
+          "dev": true,
4755
+          "optional": true
4755 4756
         },
4756 4757
         "aproba": {
4757 4758
           "version": "1.2.0",
@@ -4774,13 +4775,15 @@
4774 4775
         "balanced-match": {
4775 4776
           "version": "1.0.0",
4776 4777
           "bundled": true,
4777
-          "dev": true
4778
+          "dev": true,
4779
+          "optional": true
4778 4780
         },
4779 4781
         "brace-expansion": {
4780 4782
           "version": "1.1.11",
4781 4783
           "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
4782 4784
           "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
4783 4785
           "dev": true,
4786
+          "optional": true,
4784 4787
           "requires": {
4785 4788
             "balanced-match": "^1.0.0",
4786 4789
             "concat-map": "0.0.1"
@@ -4796,19 +4799,22 @@
4796 4799
         "code-point-at": {
4797 4800
           "version": "1.1.0",
4798 4801
           "bundled": true,
4799
-          "dev": true
4802
+          "dev": true,
4803
+          "optional": true
4800 4804
         },
4801 4805
         "concat-map": {
4802 4806
           "version": "0.0.1",
4803 4807
           "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
4804 4808
           "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
4805
-          "dev": true
4809
+          "dev": true,
4810
+          "optional": true
4806 4811
         },
4807 4812
         "console-control-strings": {
4808 4813
           "version": "1.1.0",
4809 4814
           "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
4810 4815
           "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
4811
-          "dev": true
4816
+          "dev": true,
4817
+          "optional": true
4812 4818
         },
4813 4819
         "core-util-is": {
4814 4820
           "version": "1.0.2",
@@ -4938,7 +4944,8 @@
4938 4944
         "inherits": {
4939 4945
           "version": "2.0.3",
4940 4946
           "bundled": true,
4941
-          "dev": true
4947
+          "dev": true,
4948
+          "optional": true
4942 4949
         },
4943 4950
         "ini": {
4944 4951
           "version": "1.3.5",
@@ -4952,6 +4959,7 @@
4952 4959
           "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
4953 4960
           "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
4954 4961
           "dev": true,
4962
+          "optional": true,
4955 4963
           "requires": {
4956 4964
             "number-is-nan": "^1.0.0"
4957 4965
           }
@@ -4968,6 +4976,7 @@
4968 4976
           "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
4969 4977
           "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
4970 4978
           "dev": true,
4979
+          "optional": true,
4971 4980
           "requires": {
4972 4981
             "brace-expansion": "^1.1.7"
4973 4982
           }
@@ -4975,13 +4984,15 @@
4975 4984
         "minimist": {
4976 4985
           "version": "0.0.8",
4977 4986
           "bundled": true,
4978
-          "dev": true
4987
+          "dev": true,
4988
+          "optional": true
4979 4989
         },
4980 4990
         "minipass": {
4981 4991
           "version": "2.3.5",
4982 4992
           "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz",
4983 4993
           "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==",
4984 4994
           "dev": true,
4995
+          "optional": true,
4985 4996
           "requires": {
4986 4997
             "safe-buffer": "^5.1.2",
4987 4998
             "yallist": "^3.0.0"
@@ -5002,6 +5013,7 @@
5002 5013
           "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
5003 5014
           "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
5004 5015
           "dev": true,
5016
+          "optional": true,
5005 5017
           "requires": {
5006 5018
             "minimist": "0.0.8"
5007 5019
           }
@@ -5089,7 +5101,8 @@
5089 5101
         "number-is-nan": {
5090 5102
           "version": "1.0.1",
5091 5103
           "bundled": true,
5092
-          "dev": true
5104
+          "dev": true,
5105
+          "optional": true
5093 5106
         },
5094 5107
         "object-assign": {
5095 5108
           "version": "4.1.1",
@@ -5103,6 +5116,7 @@
5103 5116
           "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
5104 5117
           "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
5105 5118
           "dev": true,
5119
+          "optional": true,
5106 5120
           "requires": {
5107 5121
             "wrappy": "1"
5108 5122
           }
@@ -5197,7 +5211,8 @@
5197 5211
         "safe-buffer": {
5198 5212
           "version": "5.1.2",
5199 5213
           "bundled": true,
5200
-          "dev": true
5214
+          "dev": true,
5215
+          "optional": true
5201 5216
         },
5202 5217
         "safer-buffer": {
5203 5218
           "version": "2.1.2",
@@ -5239,6 +5254,7 @@
5239 5254
           "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
5240 5255
           "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
5241 5256
           "dev": true,
5257
+          "optional": true,
5242 5258
           "requires": {
5243 5259
             "code-point-at": "^1.0.0",
5244 5260
             "is-fullwidth-code-point": "^1.0.0",
@@ -5260,6 +5276,7 @@
5260 5276
           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
5261 5277
           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
5262 5278
           "dev": true,
5279
+          "optional": true,
5263 5280
           "requires": {
5264 5281
             "ansi-regex": "^2.0.0"
5265 5282
           }
@@ -5307,13 +5324,15 @@
5307 5324
         "wrappy": {
5308 5325
           "version": "1.0.2",
5309 5326
           "bundled": true,
5310
-          "dev": true
5327
+          "dev": true,
5328
+          "optional": true
5311 5329
         },
5312 5330
         "yallist": {
5313 5331
           "version": "3.0.3",
5314 5332
           "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
5315 5333
           "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==",
5316
-          "dev": true
5334
+          "dev": true,
5335
+          "optional": true
5317 5336
         }
5318 5337
       }
5319 5338
     },

+ 15 - 17
src/xt_pages/outpatientTool/labelPrint.vue Wyświetl plik

@@ -98,23 +98,21 @@
98 98
                         </el-button>
99 99
                     </el-col>
100 100
                 </el-row>
101
-                <div class="app-container" style="background-color: white;">
102
-                    <div id="sign" class="signPrint">
103
-                        <div style="display:flex;margin-bottom:10px;">
104
-                            <div style="margin-left:15px;">
105
-                                <div>C</div>
106
-                                <div>{{getTime(current_ctime,'{m}-{d}')}}</div>
107
-                                <div>{{getTime(current_ctime,'{h}:{i}')}}</div>
108
-                            </div>
109
-                            <img id="barcode">
110
-                        </div>
111
-                        <div>{{current_number}}</div>
112
-                        <div style="display:flex;">
113
-                            <div style="padding-left:20px;">{{current_project_name}}</div>
114
-                            <div style="font-size:24px;">{{current_name}}</div>
115
-                        </div>
116
-                    </div>
117
-                </div>
101
+                  <div id="sign" class="signPrint">
102
+                      <div style="display:flex;margin-bottom:10px;">
103
+                          <div style="margin-left:15px;">
104
+                              <div style="font-weight:bold;font-size:24px;">C</div>
105
+                              <div>{{getTime(current_ctime,'{m}-{d}')}}</div>
106
+                              <div>{{getTime(current_ctime,'{h}:{i}')}}</div>
107
+                          </div>
108
+                          <img style="width:300px;height:80px;margin-left:10px;" id="barcode">
109
+                      </div>
110
+                      <div style="margin-bottom:5px;">{{current_number}}</div>
111
+                      <div style="display:flex;">
112
+                          <div style="padding-left:20px;">{{current_project_name}}</div>
113
+                          <div style="font-size:24px;margin-left:20px;">{{current_name}}</div>
114
+                      </div>
115
+                  </div>
118 116
             </div>
119 117
             <div slot="footer" class="dialog-footer">
120 118
                 <el-button @click="labelVisible = false">取 消</el-button>