|
@@ -384,8 +384,8 @@
|
|
this.deptBudgetList.warehouseType = this.$route.query.warehouseType
|
|
this.deptBudgetList.warehouseType = this.$route.query.warehouseType
|
|
this.deptBudgetList.createType = this.$route.query.createType
|
|
this.deptBudgetList.createType = this.$route.query.createType
|
|
this.getList()
|
|
this.getList()
|
|
- this.deptBudgetList.grade = '一等品'
|
|
|
|
- this.deptBudgetList.gradeKey = '1'
|
|
|
|
|
|
+ // this.deptBudgetList.grade = '一等品'
|
|
|
|
+ // this.deptBudgetList.gradeKey = '1'
|
|
this.deptBudgetList.inOutTypeFlag = 1
|
|
this.deptBudgetList.inOutTypeFlag = 1
|
|
if (this.deptBudgetList.cost) {
|
|
if (this.deptBudgetList.cost) {
|
|
if (this.deptBudgetList.cost > this.deptBudgetList.deductionAmount) {
|
|
if (this.deptBudgetList.cost > this.deptBudgetList.deductionAmount) {
|
|
@@ -1728,6 +1728,7 @@
|
|
console.log(this.outContractNo[i])
|
|
console.log(this.outContractNo[i])
|
|
this.deptBudgetList.goodsName = this.outContractNo[i].goodsName
|
|
this.deptBudgetList.goodsName = this.outContractNo[i].goodsName
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
|
|
+ this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
// this.deptBudgetList.cost = this.outContractNo[i].contractPrice
|
|
// this.deptBudgetList.cost = this.outContractNo[i].contractPrice
|
|
this.cost = this.outContractNo[i].contractPrice
|
|
this.cost = this.outContractNo[i].contractPrice
|
|
if (this.cost) {
|
|
if (this.cost) {
|
|
@@ -1773,6 +1774,7 @@
|
|
}
|
|
}
|
|
this.deptBudgetList.goodsName = this.outContractNo[i].goodsName
|
|
this.deptBudgetList.goodsName = this.outContractNo[i].goodsName
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
|
|
+ this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
// this.deptBudgetList.cost = this.outContractNo[i].contractPrice
|
|
// this.deptBudgetList.cost = this.outContractNo[i].contractPrice
|
|
this.cost = this.outContractNo[i].contractPrice
|
|
this.cost = this.outContractNo[i].contractPrice
|
|
if (this.cost) {
|
|
if (this.cost) {
|