소스 검색

Signed-off-by: 段小段 <1729609802@qq.com>

段小段 3 년 전
부모
커밋
195938b701
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. BIN
      dist.zip
  2. 4 3
      src/views/formulationPlan/dailyExecutionPlan/typePage/materialIssuancePlan.vue

BIN
dist.zip


+ 4 - 3
src/views/formulationPlan/dailyExecutionPlan/typePage/materialIssuancePlan.vue

@@ -196,7 +196,7 @@
                   placeholder="TMR编号"
                   @change="changeTMRNumber"
                 >
-                  <el-option v-for="item in equipmentList" :key="item.id" :label="item.eqcode" :value="item.id" />
+                  <el-option v-for="item in equipmentList" :key="item.id" :label="`${item.tclassname}/${item.eqcode}`" :value="item.id" />
                 </el-select>
               </el-form-item>
             </el-col>
@@ -1365,7 +1365,7 @@ export default {
       }
       this.requestParam.data = []
       this.requestParam.data[0] = {
-        'name': 'updateLppd',
+        'name': 'updateLppddate',
         'type': 'e',
         'parammaps': {
           pastureid: this.create.temp.pastureid,
@@ -1379,7 +1379,8 @@ export default {
           tmrid: objList.tmrid,
           tmrname: objList.tmrname,
           background: objList.background,
-          id: objList.id
+          id: objList.id,
+          date:this.date
         }
       }
       ExecDataByConfig(this.requestParam).then(response => {