XMLWAN 4 年前
父节点
当前提交
e7eff2b7fe

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyFour.vue 查看文件

211
                   <div class="inline_block" style="flex:1;">
211
                   <div class="inline_block" style="flex:1;">
212
                     置换方式:
212
                     置换方式:
213
                     <check-box :checked="prescription.displace_liqui_part == 1 ? true : false" text="前置换"></check-box>&nbsp;
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
                   </div>
215
                   </div>
216
                   <div class="inline_block" style="margin-left:20px;flex:1;">
216
                   <div class="inline_block" style="margin-left:20px;flex:1;">
217
                     置换量:
217
                     置换量:
872
         this.summary = response.data.data.summary
872
         this.summary = response.data.data.summary
873
         this.org_template_info = response.data.data.org_template_info
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
             for (let index = 0; index < nl; index++) {
877
             for (let index = 0; index < nl; index++) {
878
               this.monitors.push([])
878
               this.monitors.push([])
879
             }
879
             }

+ 4 - 2
src/xt_pages/stock/config/manufacturer.vue 查看文件

303
         };
303
         };
304
         modifyManufacturer(params).then(response => {
304
         modifyManufacturer(params).then(response => {
305
           if (response.data.state == 0) {
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
             return false;
308
             return false;
308
           } else {
309
           } else {
309
             this.manufacturerData[this.editIndex].manufacturer_name =
310
             this.manufacturerData[this.editIndex].manufacturer_name =
339
         //新增
340
         //新增
340
         createManufacturer(val).then(response => {
341
         createManufacturer(val).then(response => {
341
           if (response.data.state == 0) {
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
             return false;
345
             return false;
344
           } else {
346
           } else {
345
             this.manufacturerData.unshift(response.data.data.manufacturer);
347
             this.manufacturerData.unshift(response.data.data.manufacturer);

+ 1 - 0
src/xt_pages/stock/stockInOrder.vue 查看文件

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