zhoushihao
2024-12-31 b71ae6310a48763ca79216db617e36c99d7b9ef7
UI-Project/src/views/hollow/hollowequipment.vue
@@ -718,7 +718,7 @@
  </el-dialog>
  <!-- 中空配方 -->
  <el-dialog v-model="mulan" top="15vh" width="80%" :title="$t('hellow.hollowformula')">
    <el-button id="searchButton" type="primary"  @click="add = true">
    <el-button id="searchButton" type="primary"  @click="openAddDialog">
          {{ $t('basicData.add') }}
        </el-button>
      <el-table ref="table" style="margin-top: 20px;height: 400px;"
@@ -824,18 +824,18 @@
const topRemove = ref('')
const filmsId = ref('')
const flowCardId = ref('')
const  casFour = ref('')
const  casOne = ref('')
const  casThree = ref('')
const  casTwo = ref('')
const  frameFour = ref('')
const  frameOne = ref('')
const  frameThree = ref('')
const  frameTwo = ref('')
const  intervalFrameHeight = ref('')
const  intervalFrameType = ref('')
const  intervalFrameWidth = ref('')
const  sealInsert = ref('')
const casFour = ref('')
const casOne = ref('')
const casThree = ref('')
const casTwo = ref('')
const frameFour = ref('')
const frameOne = ref('')
const frameThree = ref('')
const frameTwo = ref('')
const intervalFrameHeight = ref('')
const intervalFrameType = ref('')
const intervalFrameWidth = ref('')
const sealInsert = ref('')
const dialogFormVisiblea = ref(false)
const dialogFormVisibleb = ref(false)
const dialogFormVisiblec = ref(false)
@@ -950,6 +950,27 @@
    sealInsert.value = row.sealInsert;
    adda.value = true;
function openAddDialog() {
    formulaName.value = '';
    filmRemove.value = '';
    bottomRemove.value = '';
    leftRemove.value = '';
    rightRemove.value = '';
    topRemove.value = '';
    casFour.value = '';
    casOne.value = '';
    casThree.value = '';
    casTwo.value = '';
    frameFour.value = '';
    frameOne.value = '';
    frameThree.value = '';
    frameTwo.value = '';
    intervalFrameHeight.value = '';
    intervalFrameType.value = '';
    intervalFrameWidth.value = '';
    sealInsert.value = '';
    add.value = true;
}
const handlezhiban = () => {
  dialogFormVisiblea.value = true;
  fetchFlowCardId();