qinxianzhangyao
2023-10-31 77a9049c3318d4103b01d2b23abaa7d55580039d
src/views/system/tijianall/index.vue
@@ -1,6 +1,8 @@
<template>
  <div class="app-container">
    <div style="width: 1050px">
    <el-row >
      <el-col :span="18">
        <div >
      <el-form style="margin: 4px 8px" :inline="true" ref="form" :model="form" :rules="rules"
        :label-position="labelPosition" class="demo-form-inline" label-width="78px">
        <el-form-item label="姓名" prop="cusName">
@@ -107,6 +109,9 @@
        </el-form-item>
      </el-form>
    </div>
        </el-col>
        </el-row>
    <el-dialog title="选择套餐" :visible.sync="taocan" width="42%" height="700px">
      <el-tabs type="border-card" style="height: 538px; margin: 0 10px; width: 100%">
@@ -1082,7 +1087,7 @@
          data = {
            pacId,
            department: this.form.department,
            category: this.form.category,
            tjCategory: this.form.category,
            address: this.form.cusAddr,
            marriage: this.form.cusMarryStatus,
            nation: this.form.cusNational,
@@ -1106,7 +1111,7 @@
        } else {
          data = {
            department: this.form.department,
            category: this.form.category,
            tjCategory: this.form.category,
            address: this.form.cusAddr,
            marriage: this.form.cusMarryStatus,
            nation: this.form.cusNational,