Browse Source

医技费用录入手术编码限制为数字

DESKTOP-0GD05B0\Administrator 2 years ago
parent
commit
fffdb584cb
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/components/med-tec-mod/YiJiXiangMuLuRu.vue

+ 5 - 3
src/components/med-tec-mod/YiJiXiangMuLuRu.vue

@@ -32,7 +32,11 @@
           >
         </el-select>
         手术编码:
-        <el-input v-model="ssCode" clearable placeholder="请输入手术编码" style="width: 120px"></el-input>
+        <el-input-number :precision="0"
+                         v-model="ssCode"
+                         clearable
+                         placeholder="请输入手术编码"
+                         style="width: 120px"/>
       </span>
       <el-tag type="danger"> 项目总价:{{ xiangMuZongJia }}</el-tag>
       <el-table :data="feiYongShuJu" :height="tableHeight - 27" highlight-current-row stripe style="margin-top: 10px">
@@ -329,8 +333,6 @@ const rmChargePyCode = () => {
     })
   }
 }
-// 单个费用
-const danGeFeiYong = ref([])
 
 const danGeXiangMuBaoCun = (val) => {
   let key