Browse Source

Merge remote-tracking branch 'origin/master'

zhanglei
hp 3 years ago
parent
commit
9f36e63418
  1. 4
      anrui-scm/anrui-scm-ui/src/views/othermenu/shangzhuangtiaojia/shangzhuangtiaojiaAdd.vue
  2. 4
      anrui-scm/anrui-scm-ui/src/views/othermenu/shangzhuangtiaojia/shangzhuangtiaojiaInfo.vue
  3. 4
      anrui-scm/anrui-scm-ui/src/views/workFlow/shangzhuangtiaojiaFlow/shangzhuangtiaojiaguanli/shangzhuangtiaojiaDaiBanInfo.vue
  4. 4
      anrui-scm/anrui-scm-ui/src/views/workFlow/shangzhuangtiaojiaFlow/shangzhuangtiaojiaguanli/shangzhuangtiaojiaEdit.vue
  5. 4
      anrui-scm/anrui-scm-ui/src/views/workFlow/shangzhuangtiaojiaFlow/shangzhuangtiaojiaguanli/shangzhuangtiaojiaYiBanInfo.vue

4
anrui-scm/anrui-scm-ui/src/views/othermenu/shangzhuangtiaojia/shangzhuangtiaojiaAdd.vue

@ -71,7 +71,7 @@
<span>{{ scope.row.jacketName }}</span>
</template>
</el-table-column>
<el-table-column label="主车车架号" align="center" width="120">
<el-table-column label="主车车架号" align="center" width="250">
<template slot-scope="scope">
<span>{{ scope.row.vinNo }}</span>
</template>
@ -106,7 +106,7 @@
<span>{{ adjustVehGuidedPrice(scope.row) }}</span>
</template>
</el-table-column>
<el-table-column label="备注" align="center" width="200">
<el-table-column label="备注" align="center">
<template slot-scope="scope">
<el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input>
</template>

4
anrui-scm/anrui-scm-ui/src/views/othermenu/shangzhuangtiaojia/shangzhuangtiaojiaInfo.vue

@ -68,7 +68,7 @@
<span>{{ scope.row.jacketName }}</span>
</template>
</el-table-column>
<el-table-column label="主车车架号" align="center" width="120">
<el-table-column label="主车车架号" align="center" width="250">
<template slot-scope="scope">
<span>{{ scope.row.vinNo }}</span>
</template>
@ -103,7 +103,7 @@
<span>{{ scope.row.adjustVehGuidedPrice }}</span>
</template>
</el-table-column>
<el-table-column label="备注" align="center" width="200">
<el-table-column label="备注" align="center">
<template slot-scope="scope">
<span>{{ scope.row.remarks }}</span>
</template>

4
anrui-scm/anrui-scm-ui/src/views/workFlow/shangzhuangtiaojiaFlow/shangzhuangtiaojiaguanli/shangzhuangtiaojiaDaiBanInfo.vue

@ -66,7 +66,7 @@
<span>{{ scope.row.jacketName }}</span>
</template>
</el-table-column>
<el-table-column label="主车车架号" align="center" width="120">
<el-table-column label="主车车架号" align="center" width="250">
<template slot-scope="scope">
<span>{{ scope.row.vinNo }}</span>
</template>
@ -101,7 +101,7 @@
<span>{{ scope.row.adjustVehGuidedPrice }}</span>
</template>
</el-table-column>
<el-table-column label="备注" align="center" width="200">
<el-table-column label="备注" align="center">
<template slot-scope="scope">
<span>{{ scope.row.remarks }}</span>
</template>

4
anrui-scm/anrui-scm-ui/src/views/workFlow/shangzhuangtiaojiaFlow/shangzhuangtiaojiaguanli/shangzhuangtiaojiaEdit.vue

@ -70,7 +70,7 @@
<span>{{ scope.row.jacketName }}</span>
</template>
</el-table-column>
<el-table-column label="主车车架号" align="center" width="120">
<el-table-column label="主车车架号" align="center" width="250">
<template slot-scope="scope">
<span>{{ scope.row.vinNo }}</span>
</template>
@ -105,7 +105,7 @@
<span>{{ adjustVehGuidedPrice(scope.row) }}</span>
</template>
</el-table-column>
<el-table-column label="备注" align="center" width="200">
<el-table-column label="备注" align="center">
<template slot-scope="scope">
<el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input>
</template>

4
anrui-scm/anrui-scm-ui/src/views/workFlow/shangzhuangtiaojiaFlow/shangzhuangtiaojiaguanli/shangzhuangtiaojiaYiBanInfo.vue

@ -64,7 +64,7 @@
<span>{{ scope.row.jacketName }}</span>
</template>
</el-table-column>
<el-table-column label="主车车架号" align="center" width="120">
<el-table-column label="主车车架号" align="center" width="250">
<template slot-scope="scope">
<span>{{ scope.row.vinNo }}</span>
</template>
@ -99,7 +99,7 @@
<span>{{ scope.row.adjustVehGuidedPrice }}</span>
</template>
</el-table-column>
<el-table-column label="备注" align="center" width="200">
<el-table-column label="备注" align="center">
<template slot-scope="scope">
<span>{{ scope.row.remarks }}</span>
</template>

Loading…
Cancel
Save