Commit a4d75dc9 authored by 华国豪's avatar 华国豪 🙄

‘刘强东在更新一下@@@’

parent 4bf4efb3
...@@ -226,7 +226,6 @@ ...@@ -226,7 +226,6 @@
v-model="defaultMonth" v-model="defaultMonth"
type="daterange" type="daterange"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
:picker-options="pickerOptions"
range-separator="至"> range-separator="至">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
...@@ -263,7 +262,7 @@ ...@@ -263,7 +262,7 @@
<td> <span class="_link_hover" @click="jumpPage('RegistrationList', son.OrderId, 2, item.TCID)"> {{ son.OrderId }} </span> </td> <td> <span class="_link_hover" @click="jumpPage('RegistrationList', son.OrderId, 2, item.TCID)"> {{ son.OrderId }} </span> </td>
<td> {{ son.EmName }} </td> <td> {{ son.EmName }} </td>
<td> {{ son.PreferPrice }} </td> <td> {{ son.PreferPrice }} </td>
<td> <span :class="DaiShou > 0 ? '':'_color_red'"> {{ son.Income }} </span> </td> <td> <span :class="son.DaiShou > 0 ? '':'_color_red'"> {{ son.Income }} </span> </td>
<td>{{ son.DaiShou}} </td> <td>{{ son.DaiShou}} </td>
<td> {{ son.Refund }} </td> <td> {{ son.Refund }} </td>
<td> {{ son.PlatformTax }} </td> <td> {{ son.PlatformTax }} </td>
...@@ -344,22 +343,6 @@ export default { ...@@ -344,22 +343,6 @@ export default {
'', '',
new Date().Format("yyyy-MM-dd"), new Date().Format("yyyy-MM-dd"),
], ],
pickerOptions: {
onPick: ({ maxDate, minDate }) => {
this.choiceDate = minDate.getTime()
if (maxDate) {
this.choiceDate = ''
}
},
disabledDate: (time) => {
if (this.choiceDate) {
const one = 30 * 24 * 3600 * 1000
const minTime = this.choiceDate - one
const maxTime = this.choiceDate + one
return time.getTime() < minTime || time.getTime() > maxTime
}
}
},
choiceDate: '', choiceDate: '',
EmployeeId:0, EmployeeId:0,
noData:false, noData:false,
......
...@@ -1493,8 +1493,7 @@ ...@@ -1493,8 +1493,7 @@
</tr> </tr>
</table> </table>
</div> </div>
<span v-if='item.isEnd==0 || isUpdateOrder' style="cursor: pointer;" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span> <span v-if='item.isEnd==0 || isUpdateOrder' :style="{cursor: pointer,color:item.isEnd===0 ? '' : '#e95252' }" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span>
<span v-else-if='item.isEnd!=0 || isUpdateOrder' style="cursor: pointer;color: #e95252;" @click="getOrderDetail(item)" slot="reference">{{item.income}}</span>
<span v-else>******</span> <span v-else>******</span>
</el-popover> </el-popover>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment