项目名称:
-
+
机床图号:
-
+
- 组号:
-
-
-
+
+
+
+
+
+
+
+
-
-
- {{ scope.row.项目名称 }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
{{ scope.row.机床图号 }}
@@ -50,12 +57,12 @@
{{ scope.row.组号 || '—' }}
-
+
{{ scope.row.名称 }}
-
+
{{ scope.row.图号 }}
@@ -70,21 +77,30 @@
{{ scope.row.数量 }}
+
+
+
+
+
- {{ scope.row.单价 }}
+ {{ Number(scope.row.优惠后单价).toFixed(2) }}
-
-
- {{ scope.row.优惠后单价 }}
-
-
-
+
{{ scope.row.金额 = (Number(scope.row.优惠后单价) * Number(scope.row.数量)).toFixed(2) }}
+
+
+
+
+
+
+
+
+
@@ -145,6 +161,7 @@ export default {
})
}
})
+ this.searchTable1()
},
machineChange() {
this.group = []
@@ -163,6 +180,7 @@ export default {
let check2, check3
this.machineValue ? check2 = 1 : check2 = 0
this.groupValue ? check3 = 1 : check3 = 0
+ console.log(1, this.projectValue, check2, this.machineValue, check3, this.groupValue)
searchProjectTotal(1, this.projectValue, check2, this.machineValue, check3, this.groupValue).then(response => {
this.tableData1 = response.data
})
diff --git a/src/views/PurchasingCenter/PurchaseContractSearch/index.vue b/src/views/PurchasingCenter/PurchaseContractSearch/index.vue
index 7b03788a..152c41e6 100644
--- a/src/views/PurchasingCenter/PurchaseContractSearch/index.vue
+++ b/src/views/PurchasingCenter/PurchaseContractSearch/index.vue
@@ -24,7 +24,7 @@
-
+
@@ -56,7 +56,7 @@
size="small"
icon="el-icon-search"
style="margin-left:10px"
- @click="total1=0;pageCurrent1=1;pageSize1=10;searchTable1()">查询
+ @click="total1=0;pageCurrent1=1;pageSize1=30;searchTable1()">查询