zouyu
2023-11-13 4bf8bbebde0131fb5804a9aab00f9e7cf0718b52
src/views/plan/masterproductionschedule/index.vue
@@ -104,6 +104,11 @@
            style="margin-left:10px;"
            >SCM状态变更
          </el-button>
          <el-button
            type="primary"
            style="margin-left:10px;"
            >新增采购计划
          </el-button>
        </template>
      </ttable>
@@ -593,34 +598,39 @@
        toolbar: [],
        operator: [
          {
            text: '订单预留',
            text: '作废',
            type: 'text',
            size: 'small',
            fun: this.customReserved
          },
          {
            text: '查看库存',
            type: 'text',
            size: 'small',
            fun: this.stockHandle
          },
          {
            text: '来源',
            type: 'text',
            size: 'small',
            fun: this.searchMasterPlanSourceHandle
          },
          {
            text: '订单',
            type: 'text',
            size: 'small',
            fun: this.searchOrderHandle
          }
          // {
          //   text: '订单预留',
          //   type: 'text',
          //   size: 'small',
          //   fun: this.customReserved
          // },
          // {
          //   text: '查看库存',
          //   type: 'text',
          //   size: 'small',
          //   fun: this.stockHandle
          // },
          // {
          //   text: '来源',
          //   type: 'text',
          //   size: 'small',
          //   fun: this.searchMasterPlanSourceHandle
          // },
          // {
          //   text: '订单',
          //   type: 'text',
          //   size: 'small',
          //   fun: this.searchOrderHandle
          // }
        ],
        operatorConfig: {
          fixed: 'right',
          label: '操作',
          width: 240,
          width: 100,
          minWidth: 100
        }
      },