Browse Source

完善回款返利核对

zhanglei
yunuo970428 2 years ago
parent
commit
5cb09a954f
  1. 2
      anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/collectionrebatetobechecked.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/relation/heduishenpiAdd.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/relation/heduishenpiInfo.vue
  4. 2
      anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/relation/yiheduihiukuanfanli.vue
  5. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/huikuanfanliheduiFlow/relation/heduishenpiAdd.vue
  6. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/huikuanfanliheduiFlow/relation/heduishenpiInfo.vue
  7. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/huikuanfanliheduiFlow/relation/yiheduihiukuanfanli.vue

2
anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/collectionrebatetobechecked.vue

@ -89,7 +89,7 @@
</el-table-column>
<el-table-column label="预提日期" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.withholdingDate }}</span>
<span>{{ scope.row.withholdingDate.substring(0, scope.row.withholdingDate.length - 9) }}</span>
</template>
</el-table-column>
<el-table-column label="上传金额" align="center" width="120">

2
anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/relation/heduishenpiAdd.vue

@ -60,7 +60,7 @@
</el-table-column>
<el-table-column label="预提日期" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.withholdingDate }}</span>
<span>{{ scope.row.withholdingDate.substring(0, scope.row.withholdingDate.length - 9) }}</span>
</template>
</el-table-column>
<el-table-column label="上传金额" align="center" width="120">

2
anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/relation/heduishenpiInfo.vue

@ -58,7 +58,7 @@
</el-table-column>
<el-table-column label="预提日期" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.withholdingDate }}</span>
<span>{{ scope.row.withholdingDate.substring(0, scope.row.withholdingDate.length - 9) }}</span>
</template>
</el-table-column>
<el-table-column label="上传金额" align="center" width="120">

2
anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/huikuanhedui/relation/yiheduihiukuanfanli.vue

@ -53,7 +53,7 @@
</el-table-column>
<el-table-column label="预提日期" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.withholdingDate }}</span>
<span>{{ scope.row.withholdingDate.substring(0, scope.row.withholdingDate.length - 9) }}</span>
</template>
</el-table-column>
<el-table-column label="上传金额" align="center" width="120">

2
anrui-scm/anrui-scm-ui/src/views/workFlow/huikuanfanliheduiFlow/relation/heduishenpiAdd.vue

@ -60,7 +60,7 @@
</el-table-column>
<el-table-column label="预提日期" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.withholdingDate }}</span>
<span>{{ scope.row.withholdingDate.substring(0, scope.row.withholdingDate.length - 9) }}</span>
</template>
</el-table-column>
<el-table-column label="上传金额" align="center" width="120">

2
anrui-scm/anrui-scm-ui/src/views/workFlow/huikuanfanliheduiFlow/relation/heduishenpiInfo.vue

@ -58,7 +58,7 @@
</el-table-column>
<el-table-column label="预提日期" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.withholdingDate }}</span>
<span>{{ scope.row.withholdingDate.substring(0, scope.row.withholdingDate.length - 9) }}</span>
</template>
</el-table-column>
<el-table-column label="上传金额" align="center" width="120">

2
anrui-scm/anrui-scm-ui/src/views/workFlow/huikuanfanliheduiFlow/relation/yiheduihiukuanfanli.vue

@ -53,7 +53,7 @@
</el-table-column>
<el-table-column label="预提日期" align="center" width="120">
<template slot-scope="scope">
<span>{{ scope.row.withholdingDate }}</span>
<span>{{ scope.row.withholdingDate.substring(0, scope.row.withholdingDate.length - 9) }}</span>
</template>
</el-table-column>
<el-table-column label="上传金额" align="center" width="120">

Loading…
Cancel
Save