廖井涛
2025-07-04 8aef97f783e250740a4d7c5bdb2e2692eb2625f9
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
@@ -67,7 +67,8 @@
  like: null,
  merge: null,
  printFc:null,
  flashback:null
  flashback:null,
  compound:null
})
//标签
@@ -80,6 +81,8 @@
//倒叙
let  flashback = ref(1)
//合架打印
let compound = ref(null)
const getTableRow = (row, type) => {
  switch (type) {
@@ -418,6 +421,7 @@
          printRow.value.merge = company.flowCardMerge
          printRow.value.printFc= printFc
          printRow.value.flashback = flashback.value
          printRow.value.compound = compound.value
          // router.push({path: '/main/processCard/printProcess', query: {printList: JSON.stringify(selectRecords),printMerge:printMergeVal}})
          if(company.companyName=='常州市吉利玻璃有限公司'){
            dialogTableVisibleStraight.value = true
@@ -812,6 +816,13 @@
          >
            {{ t('processCard.flashback') }}
          </el-checkbox>
          <el-input
              v-model="compound"
              :placeholder="$t('processCard.printCompound')"
              clearable
              style="margin-left:20px; width: 110px;"
          />
        </template>
        <!--      @toolbar-button-click="toolbarButtonClickEvent"-->
        <!--      下拉显示所有信息插槽-->
@@ -870,6 +881,7 @@
          :printFc="printRow.printFc"
          :merges="printRow.merge"
          :flashback = "printRow.flashback"
          :compound = "printRow.compound"
          style="width: 100%;height: 100%"/>
    </el-dialog>