Fixiaobai
2023-12-14 57214d3ef6e7a32685b791ff3c8f1fc49539e055
src/views/warehouse/stock/index.vue
@@ -11,13 +11,13 @@
        ref="warehouseStockTable"
      >
        <template #toolbar>
          <el-button
          <!-- <el-button
            v-if="permissions.warehouse_stock_scm"
            @click="pushScm()"
            type="primary"
            style="margin-left:10px;"
            >成品推送SCM
          </el-button>
          </el-button> -->
        </template>
      </ttable>
      <!-- 创建主生产计划 -->
@@ -65,7 +65,7 @@
      multipleSelection: [],
      uploadInfo: {
        // 是否展示上传EXCEL以及对应的url
        isShow: true,
        isShow: false,
        url: '/mes/stock/upload'
      },
      prelang: 'operation',
@@ -161,7 +161,7 @@
            isSearch: true,
            searchInfoType: 'text'
          },
          {
         /*  {
            width: '100',
            minWidth: '100',
            prop: 'partBatchNo',
@@ -220,7 +220,7 @@
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          }, */
          {
            width: '100',
            minWidth: '100',
@@ -261,7 +261,7 @@
            isSearch: true,
            searchInfoType: 'text'
          },
          {
         /*  {
            width: '100',
            minWidth: '100',
            prop: 'reserveQuantity',
@@ -270,7 +270,7 @@
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          }, */
          {
            width: '100',
            minWidth: '120',
@@ -291,7 +291,7 @@
            isSearch: true,
            searchInfoType: 'text'
          },
          {
          /* {
            width: '100',
            minWidth: '120',
            prop: 'sstockQuantity',
@@ -320,8 +320,8 @@
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          {
          }, */
          /* {
            minWidth: '100',
            prop: 'status',
            label: '状态',
@@ -329,7 +329,7 @@
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          }, */
          {
            minWidth: '100',
            prop: 'ifsBatchNo',
@@ -350,7 +350,7 @@
          }
        ],
        toolbar: [
          {
          /* {
            text: '移库',
            type: 'primary',
            fun: this.moveStock
@@ -369,7 +369,7 @@
            text: '成品标签2',
            type: 'primary',
            fun: this.warehousingSmalllPrint
          }
          } */
        ]
      },
      addOrUpdateVisible: false,