|
@@ -32,14 +32,14 @@
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<!--合同编号-->
|
|
<!--合同编号-->
|
|
<ws-form-item label="合同编号" span="1" prop="contractNo">
|
|
<ws-form-item label="合同编号" span="1" prop="contractNo">
|
|
- <el-select disabled filterable clearable v-model="deptBudgetList.contractNo" placeholder="请选择合同编号或移库任务编号"
|
|
|
|
|
|
+ <el-select disabled filterable clearable v-model="deptBudgetList.contractNo"
|
|
class="typeselect" @change="contractNoChange1">
|
|
class="typeselect" @change="contractNoChange1">
|
|
<el-option v-for="item in options1" :key="item.constKey" :label="item.contractNo"
|
|
<el-option v-for="item in options1" :key="item.constKey" :label="item.contractNo"
|
|
:value="item.contractNo" />
|
|
:value="item.contractNo" />
|
|
</el-select>
|
|
</el-select>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<ws-form-item label="提示" span="1" prop="tips">
|
|
<ws-form-item label="提示" span="1" prop="tips">
|
|
- <ws-input disabled v-model="deptBudgetList.tips"
|
|
|
|
|
|
+ <ws-input onmouseover="this.title=this.value" v-model="deptBudgetList.tips"
|
|
maxlength="20" size="small" />
|
|
maxlength="20" size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<!-- 货名 -->
|
|
<!-- 货名 -->
|
|
@@ -1803,14 +1803,14 @@
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
this.deptBudgetList.goodsNameKey = this.outContractNo[i].goodsNameKey
|
|
this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
this.deptBudgetList.grade = this.outContractNo[i].grade
|
|
if (this.outContractNo[i].inOutType == '采购入库') {
|
|
if (this.outContractNo[i].inOutType == '采购入库') {
|
|
- this.deptBudgetList.tips='卖方'+this.outContractNo[i].seller+ ' '+this.outContractNo[i].unitContractPrice+'(元/吨)'
|
|
|
|
|
|
+ this.deptBudgetList.tips='卖方'+this.outContractNo[i].seller+ '( '+this.outContractNo[i].unitContractPrice+'元/吨)'
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
this.deptBudgetList.inOutTypeKey = 1
|
|
} else if (this.outContractNo[i].inOutType == '移库入库') {
|
|
} else if (this.outContractNo[i].inOutType == '移库入库') {
|
|
this.deptBudgetList.goodsName = data.goodsName
|
|
this.deptBudgetList.goodsName = data.goodsName
|
|
this.deptBudgetList.goodsNameKey =data.goodsNameKey
|
|
this.deptBudgetList.goodsNameKey =data.goodsNameKey
|
|
this.deptBudgetList.grade = data.grade
|
|
this.deptBudgetList.grade = data.grade
|
|
if(this.outContractNo[i].unitContractPrice){
|
|
if(this.outContractNo[i].unitContractPrice){
|
|
- this.deptBudgetList.tips='出货库'+data.sendWarehouse+ ' '+this.outContractNo[i].unitContractPrice+'(元/吨)'
|
|
|
|
|
|
+ this.deptBudgetList.tips='出货库'+data.sendWarehouse+ ' ('+this.outContractNo[i].unitContractPrice+'元/吨)'
|
|
}else{
|
|
}else{
|
|
this.deptBudgetList.tips='出货库'+data.sendWarehouse
|
|
this.deptBudgetList.tips='出货库'+data.sendWarehouse
|
|
}
|
|
}
|
|
@@ -1827,7 +1827,7 @@
|
|
this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
|
|
this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
|
|
}
|
|
}
|
|
else{
|
|
else{
|
|
- this.deptBudgetList.tips='出货库'+data.warehouseName
|
|
|
|
|
|
+ this.deptBudgetList.tips='出货库'+data.sendWarehouse
|
|
}
|
|
}
|
|
this.deptBudgetList.inOutTypeKey = 6
|
|
this.deptBudgetList.inOutTypeKey = 6
|
|
}
|
|
}
|