Browse Source

完善厂家排产

master
yunuo970428 2 years ago
parent
commit
921abaa4bd
  1. 8
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue
  2. 5
      anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanInfo.vue
  3. 5
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanDaiBanInfo.vue
  4. 8
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue
  5. 5
      anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanYiBanInfo.vue

8
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue

@ -115,6 +115,11 @@
<span>{{ scope.row.insideCode }}</span>
</template>
</el-table-column>
<el-table-column label="车辆型号" align="center" width="200">
<template slot-scope="scope">
<el-input v-model="scope.row.vehicleNo" clearable placeholder=""></el-input>
</template>
</el-table-column>
<el-table-column label="排产数量" header-align="center" width="130">
<template slot-scope="scope">
<el-input v-model="scope.row.quantity" @keyup.native="scope.row.quantity = oninput(scope.row.quantity,2)" placeholder="" class="addinputw" clearable/>
@ -379,7 +384,8 @@ export default {
vehicleSid: e.modelSid,
guidePrice: '',
actualPay: '',
actualSid: ''
actualSid: '',
vehicleNo: ''
})
if (e.insideCode) {
this.isRead = true

5
anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanInfo.vue

@ -85,6 +85,11 @@
<span>{{ scope.row.insideCode }}</span>
</template>
</el-table-column>
<el-table-column label="车辆型号" align="center" width="200">
<template slot-scope="scope">
<span>{{ scope.row.vehicleNo }}</span>
</template>
</el-table-column>
<el-table-column label="排产数量" align="center" width="130">
<template slot-scope="scope">
<span>{{ scope.row.quantity }}</span>

5
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanDaiBanInfo.vue

@ -87,6 +87,11 @@
<span>{{ scope.row.insideCode }}</span>
</template>
</el-table-column>
<el-table-column label="车辆型号" align="center" width="200">
<template slot-scope="scope">
<span>{{ scope.row.vehicleNo }}</span>
</template>
</el-table-column>
<el-table-column label="排产数量" align="center" width="130">
<template slot-scope="scope">
<span>{{ scope.row.quantity }}</span>

8
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue

@ -114,6 +114,11 @@
<span>{{ scope.row.insideCode }}</span>
</template>
</el-table-column>
<el-table-column label="车辆型号" align="center" width="200">
<template slot-scope="scope">
<el-input v-model="scope.row.vehicleNo" clearable placeholder=""></el-input>
</template>
</el-table-column>
<el-table-column label="排产数量" header-align="center" width="130">
<template slot-scope="scope">
<el-input v-model="scope.row.quantity" @keyup.native="scope.row.quantity = oninput(scope.row.quantity,2)" placeholder="" class="addinputw" clearable/>
@ -351,7 +356,8 @@ export default {
vehicleSid: e.modelSid,
guidePrice: '',
actualPay: '',
actualSid: ''
actualSid: '',
vehicleNo: ''
})
if (e.insideCode) {
this.isRead = true

5
anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanYiBanInfo.vue

@ -85,6 +85,11 @@
<span>{{ scope.row.insideCode }}</span>
</template>
</el-table-column>
<el-table-column label="车辆型号" align="center" width="200">
<template slot-scope="scope">
<span>{{ scope.row.vehicleNo }}</span>
</template>
</el-table-column>
<el-table-column label="排产数量" align="center" width="130">
<template slot-scope="scope">
<span>{{ scope.row.quantity }}</span>

Loading…
Cancel
Save