huang
2024-11-11 93b80ffb7f7ffc02bc414271b8ebeac82be6bcb9
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProjectDetails.vue
@@ -271,7 +271,7 @@
  toolbarConfig: {
    buttons: [
      {code: 'printLabel3', name: '成品打印2', status: 'primary'},
      {code: 'printLabel3', name: t('processCard.finishedProductPrinting2'), status: 'primary'},
      // {code: 'printLike', name: "同配置打印", status: 'primary'},
    ],
    // import: false,
@@ -547,7 +547,7 @@
          }
          labelRow.value.list = JSON.stringify(selectRecords)
          labelRow.value.type = '恒鑫'
          labelRow.value.type = '恒鑫带数量'
          labelRow.value.dataType=3
          dialogTableVisibleLabelXJTwo.value = true
@@ -637,6 +637,7 @@
          <div v-for="(option, index) in column.filters" :key="index">
            <input v-model="option.data"
                   type="text"
                   @keyup.enter.native="$panel.confirmFilter()"
                   @input="changeFilterEvent($event, option, $panel)"/>
          </div>
        </div>