XMLWAN 4 yıl önce
ebeveyn
işleme
e7eff2b7fe

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFour.vue Dosyayı Görüntüle

@@ -211,7 +211,7 @@
211 211
                   <div class="inline_block" style="flex:1;">
212 212
                     置换方式:
213 213
                     <check-box :checked="prescription.displace_liqui_part == 1 ? true : false" text="前置换"></check-box>&nbsp;
214
-                    <check-box :checked="prescription.displace_liqui_part == 2 ? true : false" text="置换"></check-box>&nbsp;
214
+                    <check-box :checked="prescription.displace_liqui_part == 2 ? true : false" text="置换"></check-box>&nbsp;
215 215
                   </div>
216 216
                   <div class="inline_block" style="margin-left:20px;flex:1;">
217 217
                     置换量:
@@ -872,8 +872,8 @@ export default {
872 872
         this.summary = response.data.data.summary
873 873
         this.org_template_info = response.data.data.org_template_info
874 874
 
875
-        if (this.monitors.length < 9) {
876
-            var nl = 9 - this.monitors.length
875
+        if (this.monitors.length < 7) {
876
+            var nl = 7 - this.monitors.length
877 877
             for (let index = 0; index < nl; index++) {
878 878
               this.monitors.push([])
879 879
             }

+ 4 - 2
src/xt_pages/stock/config/manufacturer.vue Dosyayı Görüntüle

@@ -303,7 +303,8 @@ export default {
303 303
         };
304 304
         modifyManufacturer(params).then(response => {
305 305
           if (response.data.state == 0) {
306
-            this.$message.error(response.data.msg);
306
+            // this.$message.error(response.data.msg);
307
+            this.$message.error("厂商已存在!")
307 308
             return false;
308 309
           } else {
309 310
             this.manufacturerData[this.editIndex].manufacturer_name =
@@ -339,7 +340,8 @@ export default {
339 340
         //新增
340 341
         createManufacturer(val).then(response => {
341 342
           if (response.data.state == 0) {
342
-            this.$message.error(response.data.msg);
343
+            // this.$message.error(response.data.msg);
344
+            this.$message.error("厂商已存在!")
343 345
             return false;
344 346
           } else {
345 347
             this.manufacturerData.unshift(response.data.data.manufacturer);

+ 1 - 0
src/xt_pages/stock/stockInOrder.vue Dosyayı Görüntüle

@@ -1077,6 +1077,7 @@ export default {
1077 1077
     },
1078 1078
 
1079 1079
     handleSearch(id){
1080
+      this.WarehouseInfo.warehouseInfoDate = [];
1080 1081
       this.GetOrderDetail(id)
1081 1082
       this.drug_id = id
1082 1083
       this.dialogVisible = true