Browse Source

未售买断入库价改为厂家结算价

master
yunuo970428 3 years ago
parent
commit
a4a867a57e
  1. 2
      anrui-scm/anrui-scm-ui/src/views/weishoumaiduan/weishoumaiduanguanli/unsoldAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/weishoumaiduan/weishoumaiduanguanli/unsoldInfo.vue
  3. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/weishoumaiduanFlow/weishoumaiduanguanli/weishoumaiduanDaiBanInfo.vue
  4. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/weishoumaiduanFlow/weishoumaiduanguanli/weishoumaiduanYiBanInfo.vue
  5. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/weishoumaiduanFlow/weishoumaiduanguanli/weushoumaiduanEdit.vue

2
anrui-scm/anrui-scm-ui/src/views/weishoumaiduan/weishoumaiduanguanli/unsoldAdd.vue

@ -64,7 +64,7 @@
<span>{{ scope.row.inboundDate }}</span> <span>{{ scope.row.inboundDate }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="入库价" align="center"> <el-table-column label="厂家结算价" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.inboundPrice }}</span> <span>{{ scope.row.inboundPrice }}</span>
</template> </template>

2
anrui-scm/anrui-scm-ui/src/views/weishoumaiduan/weishoumaiduanguanli/unsoldInfo.vue

@ -51,7 +51,7 @@
<span>{{ scope.row.inboundDate }}</span> <span>{{ scope.row.inboundDate }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="入库价" align="center"> <el-table-column label="厂家结算价" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.inboundPrice }}</span> <span>{{ scope.row.inboundPrice }}</span>
</template> </template>

2
anrui-scm/anrui-scm-ui/src/views/workFlow/weishoumaiduanFlow/weishoumaiduanguanli/weishoumaiduanDaiBanInfo.vue

@ -53,7 +53,7 @@
<span>{{ scope.row.inboundDate }}</span> <span>{{ scope.row.inboundDate }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="入库价" align="center"> <el-table-column label="厂家结算价" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.inboundPrice }}</span> <span>{{ scope.row.inboundPrice }}</span>
</template> </template>

2
anrui-scm/anrui-scm-ui/src/views/workFlow/weishoumaiduanFlow/weishoumaiduanguanli/weishoumaiduanYiBanInfo.vue

@ -51,7 +51,7 @@
<span>{{ scope.row.inboundDate }}</span> <span>{{ scope.row.inboundDate }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="入库价" align="center"> <el-table-column label="厂家结算价" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.inboundPrice }}</span> <span>{{ scope.row.inboundPrice }}</span>
</template> </template>

2
anrui-scm/anrui-scm-ui/src/views/workFlow/weishoumaiduanFlow/weishoumaiduanguanli/weushoumaiduanEdit.vue

@ -63,7 +63,7 @@
<span>{{ scope.row.inboundDate }}</span> <span>{{ scope.row.inboundDate }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="入库价" align="center"> <el-table-column label="厂家结算价" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.inboundPrice }}</span> <span>{{ scope.row.inboundPrice }}</span>
</template> </template>

Loading…
Cancel
Save