loulijun2021
2023-01-05 643dc13a9b4b7c49bd98a4f6ba506daffb304158
1.节拍工价  取消行功能优化
已修改4个文件
27 ■■■■■ 文件已修改
public/favicon.ico 补丁 | 查看 | 原始文档 | blame | 历史
src/styles/global.css 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/scgl/gd.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/zzmx/jpgj.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/favicon.ico

src/styles/global.css
@@ -83,6 +83,7 @@
  width: 100%;
  margin: 10px auto;
  /*margin-top: 20px;*/
  box-shadow: 0 0 5px #d7d6d6;
}
.operationClass {
src/views/scgl/gd.vue
@@ -1220,15 +1220,15 @@
          />
        </el-table>
        <div v-if="formApprove.m_po" style="display: flex;margin-top: 20px;align-content: center;height: 130px;line-height: 130px;">
          <div style="font-size: 18px;font-weight: bolder">源单单号:</div>
          <div id="qrCodeSource" ref="qrCodeSource" style="width: 130px;height: 130px;overflow: hidden" />
        </div>
        <!--        <div v-if="formApprove.m_po" style="display: flex;margin-top: 20px;align-content: center;height: 130px;line-height: 130px;">-->
        <!--          <div style="font-size: 18px;font-weight: bolder">源单单号:</div>-->
        <!--          <div id="qrCodeSource" ref="qrCodeSource" style="width: 130px;height: 130px;overflow: hidden" />-->
        <!--        </div>-->
        <div v-if="formApprove.m_po" style="margin-top: 5px;">
          <img src="../../assets/images/UP.png" alt="" style="margin-left: 107px;">
          <div style="font-size: 18px;font-weight: bolder;">根据单号扫码入库,用PDA扫描此二维码</div>
        </div>
        <!--        <div v-if="formApprove.m_po" style="margin-top: 5px;">-->
        <!--          <img src="../../assets/images/UP.png" alt="" style="margin-left: 107px;">-->
        <!--          <div style="font-size: 18px;font-weight: bolder;">根据单号扫码入库,用PDA扫描此二维码</div>-->
        <!--        </div>-->
      </div>
      <span slot="footer" class="dialog-footer">
src/views/zzmx/jpgj.vue
@@ -431,10 +431,10 @@
          >
            <template slot-scope="{row}">
              <div class="operationClass">
                <el-button v-show="row.isVisible===1" type="text" @click="saveRow(row)">保存</el-button>
                <el-button v-show="row.isVisible===1" type="text" @click="cancelRow(row)">取消</el-button>
                <el-button v-show="row.isVisible===0" type="text" @click="editRow(row)">编辑</el-button>
                <el-button v-show="row.isVisible===0" type="text" @click="copyRow(row)">复制</el-button>
                <el-button v-if="row.isVisible===1" type="text" @click="saveRow(row)">保存</el-button>
                <el-button v-if="row.isVisible===1" type="text" @click="cancelRow(row)">取消</el-button>
                <el-button v-if="row.isVisible===0" type="text" @click="editRow(row)">编辑</el-button>
                <el-button v-if="row.isVisible===0" type="text" @click="copyRow(row)">复制</el-button>
              </div>
            </template>
          </el-table-column>
@@ -714,6 +714,8 @@
    // 取消行
    cancelRow(row) {
      this.getEqpTable()
      this.radioChange(this.radioChangeTempValue)
      this.dialogForm.stepcode = this.radioChangeTempValue
      this.isEqpTableEdit = true
    },
    // 编辑行