loulijun2021
2022-11-24 869922ac0aa2cc59062919e15e900ecb377be4be
src/views/scgl/scdd.vue
@@ -150,7 +150,6 @@
                v-model="radioSelectedId"
                :label="row.id"
                style="color: transparent;padding-left: 10px;"
              />
<!--              @change.native="getCurrentRow(row.id)"-->
            </template>
@@ -627,6 +626,10 @@
    },
    // 修改按钮
    edit(operation, row) {
      if (parseFloat(row.qty) === parseFloat(row.relse_qty)) {
        return this.$message.info('此工单已全部下达!')
      }
      this.operation = operation
      this.dialogVisible = true