mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:13:18 +09:00
결합할인수정 기능 보완
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<td colspan="4"><input type="text" disabled v-model="subsNo" /></td>
|
||||
<th>결합할인여부</th>
|
||||
<td colspan="1">
|
||||
<select name="" id="" v-model="bindDcYn">
|
||||
<select name="" id="" v-bind:disabled="stat != '유큐브개통'" v-model="bindDcYn">
|
||||
<option value="Y">Y</option>
|
||||
<option value="N">N</option>
|
||||
</select>
|
||||
@@ -349,6 +349,8 @@ export default {
|
||||
this.row.adminId = this.adminId;
|
||||
this.row.adminNm = this.adminNm;
|
||||
this.row.bindDcYn = this.bindDcYn;
|
||||
this.row.stat = this.stat;
|
||||
this.row.subsNo = this.subsNo;
|
||||
|
||||
try {
|
||||
const response = await custMgtApi.updateAdminInfo(this.row);
|
||||
|
||||
Reference in New Issue
Block a user