瀏覽代碼

打印单

XMLWAN 4 年之前
父節點
當前提交
74de90409d

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seven.vue 查看文件

1301
 
1301
 
1302
             this.records = this.records.concat(resp.data.schedules)
1302
             this.records = this.records.concat(resp.data.schedules)
1303
 
1303
 
1304
-              console.log('记录', this.records)
1304
+              // console.log('记录', this.records)
1305
 
1305
 
1306
             for (const recordIndex in this.records) {
1306
             for (const recordIndex in this.records) {
1307
               var dlegh = 0
1307
               var dlegh = 0

+ 1 - 0
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue 查看文件

1028
           isLoading = true
1028
           isLoading = true
1029
           console.log("prescriptions9999",this.prescriptions)
1029
           console.log("prescriptions9999",this.prescriptions)
1030
           console.log("params---",params)
1030
           console.log("params---",params)
1031
+          console.log("data",data)
1031
           createHisPrescription(data, params).then(response => {
1032
           createHisPrescription(data, params).then(response => {
1032
             if (response.data.state == 1) {
1033
             if (response.data.state == 1) {
1033
               this.$emit("change")
1034
               this.$emit("change")