diff --git a/src/views/mzcx/cydj/components/printtest.vue b/src/views/mzcx/cydj/components/printtest.vue deleted file mode 100644 index ec370ef..0000000 --- a/src/views/mzcx/cydj/components/printtest.vue +++ /dev/null @@ -1,620 +0,0 @@ - - - - - - - - - 就诊卡号/病历号/磁卡号: - - - - - {{ item.label }} - - - - 申请获取期限: - - - - - {{ item.label }} - - - - - - - - - 读卡 - - - 查找病人 - - - - - - - - - 查询 - - - 打印 - - - 单打条码 - - - 单打回单 - - - 取消采样 - - - - 打印条码 - - - - - - - - - - - - - - - {{ parseTime(scope.row.sqsj, '{y}-{m}-{d} {h}:{i}:{s}') }} - - - - - - - - - - - - - - - - - - - - - - - - - {{ parseTime(scope.row.brsr, '{y}-{m}-{d}') }} - - - - - - - - - - {{ parseTime(scope.row.cysj, '{y}-{m}-{d} {h}:{i}:{s}') }} - - - - - - - 条码数: - {{ idsnew.length }} - - - 项目数: - {{ totalRows }} - - - 合计金额: - {{ totalPrice.toFixed(2) }} - - - - - - - - diff --git a/vite.config.js b/vite.config.js index 96b5945..7287b3c 100644 --- a/vite.config.js +++ b/vite.config.js @@ -33,12 +33,14 @@ export default defineConfig(({ }, // vite 相关配置 server: { - port: 8888, + port: 5173, + //port: 8888, host: true, open: false, proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { + //target: 'http://localhost:9801', target: 'http://47.97.125.165:8904', // target: 'http://192.168.1.114:9801', changeOrigin: true,