|
@@ -32,14 +32,14 @@
|
|
|
</ws-form-item>
|
|
|
<!--合同编号-->
|
|
|
<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">
|
|
|
<el-option v-for="item in options1" :key="item.constKey" :label="item.contractNo"
|
|
|
:value="item.contractNo" />
|
|
|
</el-select>
|
|
|
</ws-form-item>
|
|
|
<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" />
|
|
|
</ws-form-item>
|
|
|
<!-- 货名 -->
|
|
@@ -1827,7 +1827,7 @@
|
|
|
this.deptBudgetList.tips='买方'+this.outContractNo[i].buyer
|
|
|
}
|
|
|
else{
|
|
|
- this.deptBudgetList.tips='出货库'+data.warehouseName
|
|
|
+ this.deptBudgetList.tips='出货库'+data.sendWarehouse
|
|
|
}
|
|
|
this.deptBudgetList.inOutTypeKey = 6
|
|
|
}
|