|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<div class="container">
|
|
<div class="container">
|
|
<el-row>
|
|
<el-row>
|
|
- <el-col :span="12" class="bg">
|
|
|
|
|
|
+ <el-col :span="12" class="bg" >
|
|
<h2 class="bg-left title">创建采购合同</h2>
|
|
<h2 class="bg-left title">创建采购合同</h2>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="bg-right bg">
|
|
<el-col :span="12" class="bg-right bg">
|
|
@@ -76,7 +76,13 @@
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<!--运输方式-->
|
|
<!--运输方式-->
|
|
<ws-form-item label="运输方式" span="1" prop="shippingType">
|
|
<ws-form-item label="运输方式" span="1" prop="shippingType">
|
|
- <ws-input v-model="deptBudgetList.shippingType" placeholder="请输入运输方式" maxlength="100" size="small" />
|
|
|
|
|
|
+ <ws-select v-model="deptBudgetList.shippingType" placeholder="请选择运输方式" >
|
|
|
|
+ <ws-option label="汽运" value="汽运"></ws-option>
|
|
|
|
+ <ws-option label="火运" value="火运"></ws-option>
|
|
|
|
+ <ws-option label="散船" value="散船"></ws-option>
|
|
|
|
+ <ws-option label="集装箱船" value="集装箱船"></ws-option>
|
|
|
|
+ </ws-select>
|
|
|
|
+ <!-- <ws-input v-model="deptBudgetList.shippingType" placeholder="请输入运输方式" maxlength="100" size="small" /> -->
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
|
|
|
|
|
|
|
|
@@ -295,9 +301,9 @@
|
|
<ws-date-picker v-model="deptBudgetList.signingDate" type="date" placeholder="请选择合同签订日期"
|
|
<ws-date-picker v-model="deptBudgetList.signingDate" type="date" placeholder="请选择合同签订日期"
|
|
value-format="yyyy-MM-dd" />
|
|
value-format="yyyy-MM-dd" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
- <ws-form-item label="最终实际成交量(吨)" span="1" prop="finalTradingVolume">
|
|
|
|
|
|
+ <!-- <ws-form-item label="最终实际成交量(吨)" span="1" prop="finalTradingVolume">
|
|
<ws-input v-model="deptBudgetList.finalTradingVolume" placeholder="请输入最终实际成交量" maxlength="100" size="small" />
|
|
<ws-input v-model="deptBudgetList.finalTradingVolume" placeholder="请输入最终实际成交量" maxlength="100" size="small" />
|
|
- </ws-form-item>
|
|
|
|
|
|
+ </ws-form-item> -->
|
|
<ws-form-item label="结算重量方式" span="1" prop="settlementWeightMethod" class="readonly"
|
|
<ws-form-item label="结算重量方式" span="1" prop="settlementWeightMethod" class="readonly"
|
|
v-if="deptBudgetList.deliverType==1">
|
|
v-if="deptBudgetList.deliverType==1">
|
|
<el-radio v-model="deptBudgetList.settlementWeightMethod" label="1">按出库重量结算</el-radio>
|
|
<el-radio v-model="deptBudgetList.settlementWeightMethod" label="1">按出库重量结算</el-radio>
|
|
@@ -551,6 +557,7 @@ import { isUndefined } from 'xe-utils/methods'
|
|
sellerPhone:'',
|
|
sellerPhone:'',
|
|
personPhone:'',
|
|
personPhone:'',
|
|
personCharge:'',
|
|
personCharge:'',
|
|
|
|
+ shippingType:'汽运',
|
|
personChargeKey:'',
|
|
personChargeKey:'',
|
|
finalTradingVolume: 0,
|
|
finalTradingVolume: 0,
|
|
totalContractPrice: 0,
|
|
totalContractPrice: 0,
|