王震
2023-11-30 0f0d62f85d0e44c03161ef6d3043a4d70fe553dd
src/views/plan/manufacturingorder/index.vue
@@ -110,7 +110,7 @@
            @click="updateOrderNo"
            type="primary"
            style="margin-left:10px;"
            >更新订单号
            >更新订单号
          </el-button>-->
        </template>
      </ttable>
@@ -823,14 +823,7 @@
          }
        ],
        toolbar: [],
        operator: [
          // {
          //   text: '查看库存',
          //   type: 'text',
          //   size: 'small',
          //   fun: this.searchStock
          // }
        ],
        operator: null,
        operatorConfig: {
          fixed: 'right',
          label: '操作',
@@ -1130,6 +1123,7 @@
                getByMoIds([this.orderPlan.id]).then((repsonse) => {
                  const resData = repsonse.data.data
                  const resCode = repsonse.data.code
                  console.log("resData-----",repsonse);
                  if (resCode === 0) {
                    const _that = this
                    for (const key in resData) {
@@ -1662,4 +1656,4 @@
.gantt-info {
  display: none !important;
}
</style>
</style>