소스 검색

工单资料工艺

liuhairui 1 년 전
부모
커밋
17aeedf97f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/view/yunyin/shengchanguanli/components/addGongYi.vue

+ 1 - 0
src/view/yunyin/shengchanguanli/components/addGongYi.vue

@@ -190,6 +190,7 @@ const add_gyzlent = async (event,id1,id2,id3) => {
     console.log(response)
     form['开数'] = response.data['开数']
     form['联数'] = response.data['联数']
+	form['工序'] = response.data['工序号']
     if(yjList.value !== undefined){
       const node = yjList.value.find(item => item.no ===form['yjno'])
       if (! node) {