licp
2024-05-28 df85764203947543c0ced0a0cdf8b7299f6b40ff
src/views/plan/manufacturingorder/index.vue
@@ -223,14 +223,17 @@
                        </el-col>
                      </div>
                      <div style="margin-left: 50px;width: 100%;">
                        <el-row style="margin-top: 10px;">
                        <el-row>
                          <el-col  style="font-weight: bold;font-size: 14px;"><span>批&nbsp; 次&nbsp;号:&nbsp; </span>{{ item.code.moNo2 }}</el-col>
                        </el-row>
                        <el-row style="margin-top: 9px;font-size: 14px;">
                        <el-row style="margin-top: 6px;font-size: 14px;">
                          <el-col  style="font-weight: bold;"><span>订&nbsp; 单&nbsp;号:&nbsp; </span>{{ item.orderNo }}</el-col>
                        </el-row>
                        <el-row style="margin-top: 9px;font-size: 14px;">
                        <el-row style="margin-top: 6px;font-size: 14px;">
                          <el-col  style="font-weight: bold;"><span>客户名称:&nbsp; </span>{{ item.cName }}</el-col>
                        </el-row>
                        <el-row style="margin-top: 6px;font-size: 14px;">
                          <el-col  style="font-weight: bold;"><span>零&nbsp; 件&nbsp;号:&nbsp; </span>{{ item.partNo }}</el-col>
                        </el-row>
                      </div>
                  </div>
@@ -1135,6 +1138,7 @@
            }
            let no = (i+"").padStart(3,'0')
            obj.code.moNo2 = data.moNo + no
            obj.partNo = data.partNo
            this.qrData.push(obj)
          }
        }