mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:16:34 +09:00
작업 중
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<input type="radio" v-model="state" name="state" value="use" id="popup_radio1">
|
||||
<input type="radio" v-model="state" name="state" value="USE" id="popup_radio1">
|
||||
<label for="popup_radio1" style="margin-right: 20px;">사용</label>
|
||||
<input type="radio" v-model="state" name="state" value="notUse" id="popup_radio2">
|
||||
<input type="radio" v-model="state" name="state" value="NOTUSE" id="popup_radio2">
|
||||
<label for="popup_radio2" style="margin-right: 30px;">점검중</label>
|
||||
</div>
|
||||
<div>
|
||||
@@ -132,8 +132,10 @@ export default {
|
||||
fnSaveTxt(){
|
||||
let params = {
|
||||
startDate : moment(this.startDate).format('YYYY-MM-DD'),
|
||||
startTime : this.startTime,
|
||||
endTime : this.endTime,
|
||||
startTimeT : this.startTime.HH,
|
||||
startTimeM : this.startTime.mm,
|
||||
endTimeT : this.endTime.HH,
|
||||
endTimeM : this.endTime.mm,
|
||||
state : this.state,
|
||||
}
|
||||
sysMgtApi.setWorkState(params);
|
||||
|
||||
Reference in New Issue
Block a user