Browse Source

完善验车---增加供应商

master
yunuo970428 3 years ago
parent
commit
39f2c06627
  1. 1
      anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanli.vue
  2. 7
      anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliAdd.vue
  3. 10
      anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliInfo.vue

1
anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanli.vue

@ -54,6 +54,7 @@
<el-table-column width="200px" prop="vin" label="车架号" align="center"/>
<el-table-column prop="model" label="车型" align="center"/>
<el-table-column width="160px" prop="purchaseType" label="采购类型" align="center"/>
<el-table-column width="140px" prop="manufacturerName" label="供应商" align="center"/>
<el-table-column width="140px" prop="dispatchedDate" label="发车日期" align="center"/>
<el-table-column width="140px" prop="inspectedDate" label="验车日期" align="center"/>
<el-table-column width="140px" prop="inspectedName" label="验车人" align="center"/>

7
anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliAdd.vue

@ -26,11 +26,16 @@
</el-col>
</el-row>
<el-row>
<el-col :span="24" class="yancheAdd-bor">
<el-col :span="12" class="yancheAdd-bor">
<el-form-item prop="model" label="车型:">
<span>{{ temp.model }}</span>
</el-form-item>
</el-col>
<el-col :span="12" class="yancheAdd-bor">
<el-form-item prop="model" label="供应商:">
<span>{{ temp.manufacturerName }}</span>
</el-form-item>
</el-col>
</el-row>
<el-row class="yancheAdd-bor">
<el-col :span="24" class="yancheAdd-bor">

10
anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliInfo.vue

@ -33,11 +33,19 @@
<el-col :span="4" class="tleftb">
<span>车型:</span>
</el-col>
<el-col :span="20">
<el-col :span="8">
<el-form-item>
<span>{{ temp.model }}</span>
</el-form-item>
</el-col>
<el-col :span="4" class="tleftb">
<span>供应商:</span>
</el-col>
<el-col :span="8">
<el-form-item>
<span>{{ temp.manufacturerName }}</span>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="4" class="tleftb">

Loading…
Cancel
Save