采购订单-文件导入

product
chuang 2 years ago
parent 4ac2d775f0
commit 5e9995426d

@ -81,9 +81,14 @@
<el-input v-model="scope.row.settlement" />
</template>
</el-table-column>
<el-table-column prop="imgPicturess" label="磅单图片" width="150">
<el-table-column prop="poundPictures" label="磅单图片" width="150">
<template slot-scope="scope">
<el-input v-model="scope.row.imgPicturess" />
<el-input v-model="scope.row.poundPictures" />
</template>
</el-table-column>
<el-table-column prop="carPictures" label="车辆图片" width="150">
<template slot-scope="scope">
<el-input v-model="scope.row.carPictures" />
</template>
</el-table-column>
<el-table-column prop="advance" label="是否垫资" width="150">
@ -91,17 +96,17 @@
<el-input v-model="scope.row.advance" />
</template>
</el-table-column>
<el-table-column prop="naturalId" label="自然人" width="150">
<el-table-column prop="naturalId" label="业务员2" width="150">
<template slot-scope="scope">
<el-input v-model="scope.row.naturalId" />
</template>
</el-table-column>
<el-table-column prop="purchasePrice" label="采购单价" width="150">
<el-table-column prop="purchasePrice" label="采购" width="150">
<template slot-scope="scope">
<el-input v-model="scope.row.purchasePrice" />
</template>
</el-table-column>
<el-table-column prop="salesPrice" label="销售单价" width="150">
<el-table-column prop="salesPrice" label="销售" width="150">
<template slot-scope="scope">
<el-input v-model="scope.row.salesPrice" />
</template>
@ -181,11 +186,12 @@
<el-table-column prop="buckleWeight" label="扣重" width="150" />
<el-table-column prop="netWeight" label="净重" width="100" />
<el-table-column prop="settlement" label="结算重量" width="100" />
<el-table-column prop="imgPicturess" label="磅单图片" width="100" />
<el-table-column prop="poundPictures" label="磅单图片" width="100" />
<el-table-column prop="carPictures" label="车辆图片" width="100" />
<el-table-column prop="advance" label="是否垫资" width="100" />
<el-table-column prop="naturalId" label="自然人" width="120" />
<el-table-column prop="purchasePrice" label="采购单价" width="150" />
<el-table-column prop="salesPrice" label="销售单价" width="100" />
<el-table-column prop="naturalId" label="业务员2" width="120" />
<el-table-column prop="purchasePrice" label="采购" width="150" />
<el-table-column prop="salesPrice" label="销售" width="100" />
<el-table-column prop="transportPrice" label="运费" width="100" />
<el-table-column prop="originPrice" label="起始地" width="100" />
<el-table-column prop="remark" label="备注" width="100" />

Loading…
Cancel
Save