Browse Source

完善欠款提车--挂车无信息时隐藏列表,承诺日期限制选择范围

master
yunuo970428 2 years ago
parent
commit
e31f9b1c41
  1. 14
      anrui-buscenter/anrui-buscenter-ui/src/views/teshushenpi/qiankuanticheguanli/qiankuanticheshenqing.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/teshushenpi/qiankuanticheguanli/qiankuanticheshenqingInfo.vue
  3. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheByDivisionDaiBanInfo.vue
  4. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheDaiBanByFileAndQiTaInfo.vue
  5. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheDaiBanByFileInfo.vue
  6. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheDaiBanInfo.vue
  7. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheEdit.vue
  8. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheYiBanInfo.vue

14
anrui-buscenter/anrui-buscenter-ui/src/views/teshushenpi/qiankuanticheguanli/qiankuanticheshenqing.vue

@ -108,6 +108,7 @@
</template>
</el-table-column>
</el-table>
<div v-show="formobj.trailersList !== null && formobj.trailersList.length > 0">
<div class="title">挂车信息</div>
<el-table :key="billingKey" :data="formobj.trailersList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
@ -132,6 +133,7 @@
</template>
</el-table-column>
</el-table>
</div>
<el-row>
<el-col :span="8">
<div class="span-sty"><span class="icon">*</span>欠款提车原因</div>
@ -243,9 +245,15 @@ export default {
data() {
return {
pickerOptions: {
disabledDate(time) {
var oneDay = 3600 * 1000 * 24 * 11
return Date.now() < time.getTime() || time.getTime() < Date.now() - oneDay
disabledDate: (time) => {
//
const curDate = (new Date()).getTime()
// ,
// 使30,
const day = 10 * 24 * 3600 * 1000
const dateRegion = curDate + day
return time.getTime() < Date.now() - 8.64e7 ||
time.getTime() > dateRegion
}
},
viewTitle: '',

2
anrui-buscenter/anrui-buscenter-ui/src/views/teshushenpi/qiankuanticheguanli/qiankuanticheshenqingInfo.vue

@ -93,6 +93,7 @@
</template>
</el-table-column>
</el-table>
<div v-show="formobj.trailersList !== null && formobj.trailersList.length > 0">
<div class="title">挂车信息</div>
<el-table :key="billingKey" :data="formobj.trailersList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
@ -117,6 +118,7 @@
</template>
</el-table-column>
</el-table>
</div>
<el-row>
<el-col :span="8">
<div class="span-sty"><span class="icon">*</span>欠款提车原因</div>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheByDivisionDaiBanInfo.vue

@ -95,6 +95,7 @@
</template>
</el-table-column>
</el-table>
<div v-show="formobj.trailersList !== null && formobj.trailersList.length > 0">
<div class="title">挂车信息</div>
<el-table :key="billingKey" :data="formobj.trailersList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
@ -119,6 +120,7 @@
</template>
</el-table-column>
</el-table>
</div>
<el-row>
<el-col :span="8">
<div class="span-sty"><span class="icon">*</span>欠款提车原因</div>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheDaiBanByFileAndQiTaInfo.vue

@ -95,6 +95,7 @@
</template>
</el-table-column>
</el-table>
<div v-show="formobj.trailersList !== null && formobj.trailersList.length > 0">
<div class="title">挂车信息</div>
<el-table :key="billingKey" :data="formobj.trailersList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
@ -119,6 +120,7 @@
</template>
</el-table-column>
</el-table>
</div>
<el-row>
<el-col :span="8">
<div class="span-sty"><span class="icon">*</span>欠款提车原因</div>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheDaiBanByFileInfo.vue

@ -95,6 +95,7 @@
</template>
</el-table-column>
</el-table>
<div v-show="formobj.trailersList !== null && formobj.trailersList.length > 0">
<div class="title">挂车信息</div>
<el-table :key="billingKey" :data="formobj.trailersList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
@ -119,6 +120,7 @@
</template>
</el-table-column>
</el-table>
</div>
<el-row>
<el-col :span="8">
<div class="span-sty"><span class="icon">*</span>欠款提车原因</div>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheDaiBanInfo.vue

@ -95,6 +95,7 @@
</template>
</el-table-column>
</el-table>
<div v-show="formobj.trailersList !== null && formobj.trailersList.length > 0">
<div class="title">挂车信息</div>
<el-table :key="billingKey" :data="formobj.trailersList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
@ -119,6 +120,7 @@
</template>
</el-table-column>
</el-table>
</div>
<el-row>
<el-col :span="8">
<div class="span-sty"><span class="icon">*</span>欠款提车原因</div>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheEdit.vue

@ -107,6 +107,7 @@
</template>
</el-table-column>
</el-table>
<div v-show="formobj.trailersList !== null && formobj.trailersList.length > 0">
<div class="title">挂车信息</div>
<el-table :key="billingKey" :data="formobj.trailersList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
@ -131,6 +132,7 @@
</template>
</el-table-column>
</el-table>
</div>
<el-row>
<el-col :span="8">
<div class="span-sty"><span class="icon">*</span>欠款提车原因</div>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheYiBanInfo.vue

@ -93,6 +93,7 @@
</template>
</el-table-column>
</el-table>
<div v-show="formobj.trailersList !== null && formobj.trailersList.length > 0">
<div class="title">挂车信息</div>
<el-table :key="billingKey" :data="formobj.trailersList" :index="index" border style="width: 100%">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
@ -117,6 +118,7 @@
</template>
</el-table-column>
</el-table>
</div>
<el-row>
<el-col :span="8">
<div class="span-sty"><span class="icon">*</span>欠款提车原因</div>

Loading…
Cancel
Save