@@ -295,9 +295,10 @@ export default {
onSubmit() {
const params = {
- ...this.detail
+ ...this.detail,
};
+ params.examineResult = params.examineResult == "通过" ? true : false ;
getProductRriceConfirm(params).then((res) => {
this.$successMsg("已提交审核");
});
@@ -108,7 +108,7 @@
<el-table-column
align="center"
label="单据号"
- prop="billId"
+ prop="updPriceBillId"
min-width="160"
show-overflow-tooltip
></el-table-column>
@@ -130,14 +130,14 @@
label="产品品类"
- prop="productCategory"
+ prop="mainName"
label="存货编码"
+ prop="materialNumber"
@@ -158,7 +158,7 @@
label="计量单位"
- prop="baseUnitId"
+ prop="unit"
@@ -220,21 +220,21 @@
label="调价部门"
- prop="modifyPriceDepartment"
+ prop="adminWebsitName"
label="调价业务员"
- prop="operatorName"
+ prop="serviceName"
label="制单日期"
- prop="preparationDate"
+ prop="createTime"
@@ -119,14 +119,14 @@
- prop="number"
label="存货名称"
- prop="name"
+ prop="materialName"
@@ -140,14 +140,14 @@
label="销售类型"
- prop="saleTypeId"
+ prop="saleTypeName"
label="主计量单位名称"
- prop="company"