src/views/plan/manufacturingorder/index.vue
@@ -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) {