核算价格

This commit is contained in:
zhangdingyu
2019-09-20 10:27:44 +08:00
parent 5f9bf325d9
commit 88620d598b
2 changed files with 6 additions and 6 deletions

View File

@@ -26,12 +26,12 @@
min-height="540px"
height="540px"
border>
<el-table-column align="center" label="采购合同编号">
<el-table-column align="center" label="采购合同编号" width="150">
<template slot-scope="scope">
{{ scope.row.采购合同编号 }}
</template>
</el-table-column>
<el-table-column align="center" label="供应商">
<el-table-column align="center" label="供应商" show-overflow-tooltip width="100">
<template slot-scope="scope">
{{ scope.row.供应商名称 }}
</template>
@@ -41,7 +41,7 @@
{{ scope.row.物料型号 }}
</template>
</el-table-column>
<el-table-column align="center" label="零件名称" width="170px">
<el-table-column align="center" label="零件名称" width="120px">
<template slot-scope="scope">
{{ scope.row.物料名称 }}
</template>
@@ -51,7 +51,7 @@
{{ scope.row.数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="重量或面积" width="150px">
<el-table-column align="center" label="重量或面积" width="100px">
<template slot-scope="scope">
{{ scope.row.重量或面积 }}
</template>
@@ -66,7 +66,7 @@
<el-input v-model="scope.row.单价" size="mini" width="80px" align="center" @change="update(scope.row)"/>
</template>
</el-table-column>
<el-table-column align="center" label="总额" width="100px">
<el-table-column align="center" label="总额">
<template slot-scope="scope">
{{ scope.row.金额 }}
</template>

View File

@@ -78,7 +78,7 @@
<span v-else>{{ scope.row.安全库存量 }}</span>
</template>
</el-table-column>
<el-table-column label="设置" min-width="100" align="center" fixed="right">
<el-table-column label="设置" min-width="100" align="center">
<template slot-scope="scope">
<el-button v-if="scope.row.changeSafeValue" type="mini" plain size="mini" icon="el-icon-circle-check-outline" @click="confirmEdit(scope.row)">确定</el-button>
<el-button