loulijun2021
2022-09-13 45acf15aa5844863a7e3be51aa2a5262741ca26d
src/views/scgl/gd.vue
@@ -370,6 +370,7 @@
          <el-table-column
            prop="wo_code"
            label="工单编号"
            width="160"
          />
          <el-table-column
@@ -383,11 +384,11 @@
          <el-table-column
            label="工序编码"
            prop="partcode"
            prop="stepcode"
          />
          <el-table-column
            label="工序名称"
            prop="partname"
            prop="stepname"
          />
          <el-table-column
            label="任务数量"
@@ -404,6 +405,7 @@
          <el-table-column
            label="操作"
            width="120"
            fixed="right"
          >
            <template slot-scope="{row}">
              <div class="operationClass">
@@ -1216,7 +1218,7 @@
      @close="dialogVisible2Close"
    >
      <!-- 要打印的区域 -->
      <div id="printMe2" style="padding: 30px;">
      <div id="printMe2" style="padding: 0px;">
        <div
          style="display: flex;width: 280px;height: 150px;border: 1px solid #000;text-align: center;font-size: 10px;"
        >
@@ -1277,7 +1279,7 @@
      <span slot="footer" class="dialog-footer">
        <div class="footerButton">
          <el-button @click="dialogVisible2 = false">取 消</el-button>
          <el-button v-print="printObj2" type="primary">确 定</el-button>
          <el-button v-print="printObj2" type="primary">打 印</el-button>
        </div>
      </span>
    </el-dialog>