licp
2024-03-29 f48478135272fa9c3b60ac53434097d225820fa3
src/views/quality/Packaging_ledger/pack-fromadd.vue
@@ -16,7 +16,7 @@
        :options="options"
        :ajaxFun="ajaxFun"
        :paramObj="packageBoxIddata"
        :bottomOffset="350"
        :bottomOffset="150"
        ref="paramTable"
      >
        <template #toolbar></template>
@@ -76,6 +76,15 @@
          data: [],
          // 标题
          column: [
            {
              minWidth: '120',
              prop: 'customerOrderNo',
              label: '合同号',
              sort: true,
              isTrue: true,
              isSearch: true,
              searchInfoType: 'text'
            },
            {
              minWidth: 'code',
              prop: 'product',
@@ -159,6 +168,11 @@
    watch: {
      currshowlist() {
        this.innerVisible = this.currshowlist
        if(this.currshowlist){
          this.$nextTick(() => {
            this.getData()
          });
        }
      }
    },
    computed: {
@@ -182,4 +196,3 @@
    }
  }
  </script>