Browse Source

完善入库

zhanglei
yunuo970428 3 years ago
parent
commit
7d4efde924
  1. 4
      anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangInfo.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue
  4. 4
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue
  5. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue

4
anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangAdd.vue

@ -81,7 +81,7 @@
</el-col>
</el-row>
<div class="title">
<div>政策详情(含签单折让开票下浮等)</div>
<div>政策详情(仅适用于陕汽品牌)</div>
<el-checkbox @change="changeFreight" v-model="freightChecked"><span style="color: #FFFFFF">扣减运费</span></el-checkbox>
</div>
<el-row>
@ -768,7 +768,7 @@ export default {
return
}
if (this.formobj.departureDate === '') {
alert('厂家发车日期不能为空!')
alert('物流发车日期不能为空!')
return
}
if (this.freightChecked) {

2
anrui-scm/anrui-scm-ui/src/views/ruzhang/ruzhangguanli/ruzhangInfo.vue

@ -79,7 +79,7 @@
</el-col>
</el-row>
<div class="title">
<div>政策详情(含签单折让开票下浮等)</div>
<div>政策详情(仅适用于陕汽品牌)</div>
<el-checkbox v-model="freightChecked"><span style="color: #FFFFFF">扣减运费</span></el-checkbox>
</div>
<el-row>

2
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangDaiBanInfo.vue

@ -81,7 +81,7 @@
</el-col>
</el-row>
<div class="title">
<div>政策详情(含签单折让开票下浮等)</div>
<div>政策详情(仅适用于陕汽品牌)</div>
<el-checkbox v-model="freightChecked"><span style="color: #FFFFFF">扣减运费</span></el-checkbox>
</div>
<el-row>

4
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangEdit.vue

@ -80,7 +80,7 @@
</el-col>
</el-row>
<div class="title">
<div>政策详情(含签单折让开票下浮等)</div>
<div>政策详情(仅适用于陕汽品牌)</div>
<el-checkbox @change="changeFreight" v-model="freightChecked"><span style="color: #FFFFFF">扣减运费</span></el-checkbox>
</div>
<el-row>
@ -789,7 +789,7 @@ export default {
return
}
if (this.formobj.departureDate === '') {
alert('厂家发车日期不能为空!')
alert('物流发车日期不能为空!')
return
}
if (this.freightChecked) {

2
anrui-scm/anrui-scm-ui/src/views/workFlow/ruzhangguanliFlow/ruzhangguanli/ruzhangYiBanInfo.vue

@ -79,7 +79,7 @@
</el-col>
</el-row>
<div class="title">
<div>政策详情(含签单折让开票下浮等)</div>
<div>政策详情(仅适用于陕汽品牌)</div>
<el-checkbox v-model="freightChecked"><span style="color: #FFFFFF">扣减运费</span></el-checkbox>
</div>
<el-row>

Loading…
Cancel
Save