liuhairui 1 год назад
Родитель
Сommit
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) {