Prechádzať zdrojové kódy

Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application

lulihong 6 rokov pred
rodič
commit
16d1d7164a
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      app/recover/html/new_recover.html

+ 4 - 0
app/recover/html/new_recover.html

@ -112,6 +112,7 @@
        											<span class="fl">{{time}}</span><span class="fl ml5 sub-tap cur-pit" @click="spliceTimeArr(index, ind)"></span>
        										</p>
        										<span class="fl c-12b7f5 cur-pit calendar" contenteditable="true" readonly @mousedown="selectTime(index)" class=flatpickr data-enable-time=true data-time_24hr=true>添加</span>
        										<span class="fl c-12b7f5 cur-pit ml10" v-show="sureIndex == index">确定</span>
        									</div>
		        						</div>
		        						<div class='fr w60 c-t-right clearfix'>
@ -222,6 +223,7 @@
                	patiInfo: null,
                	diseaseObj: null,
                	mubanList: [],
                	sureIndex: null,
                	templateDetail: [],
                	templateResult: [],
                	allFee: 0,
@ -521,6 +523,7 @@
                	selectTime: function(index) {
                		var currentEle = $(event.target),
                			vm = this;
                		this.sureIndex = index
                		currentEle.flatpickr({
                			defaultDate: currentEle.val(),
                			minDate: "today",
@ -532,6 +535,7 @@
                				if(!str) {
                					return false;
                				}
                				vm.sureIndex = null
                				vm.templateDetail[index].specialistServiceItemDO.executeTime.push(str)
                				vm.allFee += Number(vm.templateDetail[index].expense)
                			}