采购明细表名称:
-<<<<<<< HEAD
-=======
-
->>>>>>> 1989b23ce9441b6cb0f51500157bd7419f830ebe
-<<<<<<< HEAD
未分配
已分配
-=======
->>>>>>> 1989b23ce9441b6cb0f51500157bd7419f830ebe
{{ scope.row.表单编号 }}
@@ -206,18 +181,11 @@
@current-change="handleCurrentChange1"/>
合同详细信息
-<<<<<<< HEAD
{{ scope.row.表单编号 }}
-=======
-
-
-
- {{ scope.row.离线合同编号 }}
->>>>>>> 1989b23ce9441b6cb0f51500157bd7419f830ebe
@@ -237,37 +205,17 @@
-<<<<<<< HEAD
-=======
-
- {{ scope.row.数量 }}
-
-
-
-
- {{ scope.row.计量单位 }}
->>>>>>> 1989b23ce9441b6cb0f51500157bd7419f830ebe
-<<<<<<< HEAD
-=======
-
- {{ scope.row.备注 || '—' }}
->>>>>>> 1989b23ce9441b6cb0f51500157bd7419f830ebe
-<<<<<<< HEAD
移除
-=======
- 移除
- 移除
->>>>>>> 1989b23ce9441b6cb0f51500157bd7419f830ebe
@@ -385,7 +333,6 @@ export default {
this.dialogVisible = false
}
})
-<<<<<<< HEAD
},
cancelEdit1(row) { // 取消设置
row.安全库存量 = row.原安全库存量
diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue
index 3d1175d8..e25ae23e 100644
--- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue
+++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue
@@ -77,24 +77,18 @@
物料型号:
-
-
- 开始时间:
+ 时间段:
- 结束时间:
-
+ format="yyyy-MM-dd"
+ range-separator="~"
+ style="width:250px"
+ start-placeholder="开始日期"
+ end-placeholder="结束日期"/>
查询
导出未询价物料清单
@@ -296,6 +290,18 @@
零件规格:
+ 时间段:
+
查询
导出未询价物料清单
@@ -1515,8 +1521,8 @@ export default {
this.projectValue ? check4 = 1 : check4 = 0
this.machineValue ? check5 = 1 : check5 = 0
this.groupValue ? check6 = 1 : check6 = 0
- this.startTime && this.endTime ? check7 = 1 : check7 = 0
- searchMaterial(this.pageCurrent11, this.pageSize11, this.materialStatusValue[this.materialStatusValue.length - 1], check1, this.materialName, check2, this.materialSpec, check3, this.materialModel, this.id, check4, this.projectValue, check5, this.machineValue, check6, this.groupValue, 2, check7, this.startTime, this.endTime).then(response => {
+ this.startTime ? check7 = 1 : (check7 = 0, this.startTime = '')
+ searchMaterial(this.pageCurrent11, this.pageSize11, this.materialStatusValue[this.materialStatusValue.length - 1], check1, this.materialName, check2, this.materialSpec, check3, this.materialModel, this.id, check4, this.projectValue, check5, this.machineValue, check6, this.groupValue, 2, check7, this.startTime[0], this.startTime[1]).then(response => {
this.tableData11 = response.data.rows
this.total11 = response.data.total
const remark = []
@@ -1547,14 +1553,15 @@ export default {
this.searchTable11()
},
searchTable12() { // 查询基本件列表
- let check1, check2, check3, check4, check5, check6
+ let check1, check2, check3, check4, check5, check6, check7
this.partNum ? check1 = 1 : check1 = 0
this.partName ? check2 = 1 : check2 = 0
this.partSpec ? check3 = 1 : check3 = 0
this.projectValue ? check4 = 1 : check4 = 0
this.machineValue ? check5 = 1 : check5 = 0
this.groupValue ? check6 = 1 : check6 = 0
- searchPart(this.pageCurrent12, this.pageSize12, this.materialStatusValue[this.materialStatusValue.length - 1], check1, this.partNum, check2, this.partName, check3, this.partSpec, this.id, check4, this.projectValue, check5, this.machineValue, check6, this.groupValue).then(response => {
+ this.endTime ? check7 = 1 : (check7 = 0, this.endTime = '')
+ searchPart(this.pageCurrent12, this.pageSize12, this.materialStatusValue[this.materialStatusValue.length - 1], check1, this.partNum, check2, this.partName, check3, this.partSpec, this.id, check4, this.projectValue, check5, this.machineValue, check6, this.groupValue, check7, this.endTime[0], this.endTime[1]).then(response => {
this.tableData12 = response.data.rows
this.total12 = response.data.total
const remark = []