|
@@ -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
|