zouyu
2024-03-11 7e807f771796a68e799826ae4a5598ddb2eec0d8
src/views/quality/Packaging_ledger/pack-fromadd.vue
@@ -77,6 +77,15 @@
          // 标题
          column: [
            {
              minWidth: '120',
              prop: 'customerOrderNo',
              label: '合同号',
              sort: true,
              isTrue: true,
              isSearch: true,
              searchInfoType: 'text'
            },
            {
              minWidth: 'code',
              prop: 'product',
              label: '产品',
@@ -159,6 +168,11 @@
    watch: {
      currshowlist() {
        this.innerVisible = this.currshowlist
        if(this.currshowlist){
          this.$nextTick(() => {
            this.getData()
          });
        }
      }
    },
    computed: {
@@ -182,4 +196,3 @@
    }
  }
  </script>