|
@@ -188,12 +188,12 @@
|
|
|
</div>
|
|
|
<div class="right" style='width:33.3333%;'>
|
|
|
<ws-info-table>
|
|
|
- <ws-form-item label="成本" span="1" prop="cost">
|
|
|
+ <ws-form-item label="成本(元/吨)" span="1" prop="cost">
|
|
|
<ws-input :disabled="disabled1" v-model="dataList.cost" placeholder="请输入成本" size="small" />
|
|
|
<img width="17" height="18" style="vertical-align: text-top; position: relative; top: -1px"
|
|
|
src="../../../public/img/edit.png" @click="editClick(1)" alt="" />
|
|
|
</ws-form-item>
|
|
|
- <ws-form-item label="运费" span="1" prop="freight">
|
|
|
+ <ws-form-item label="运费(元/吨)" span="1" prop="freight">
|
|
|
<ws-input :disabled="disabled2" v-model="dataList.freight" placeholder="请输入运费" size="small" />
|
|
|
<img width="17" height="18" style="vertical-align: text-top; position: relative; top: -1px"
|
|
|
src="../../../public/img/edit.png" @click="editClick(2)" alt="" />
|
|
@@ -654,6 +654,12 @@
|
|
|
this.dataList.tranCarNo = this.tranCarInfoList[i].tranCarNo
|
|
|
this.dataList.freight = this.tranCarInfoList[i].tranPrice
|
|
|
}
|
|
|
+ if(this.dataList.inOutType=='移库入库'){
|
|
|
+ if(!this.dataList.cost){
|
|
|
+ this.dataList.cost=this.tranCarInfoList[i].cost
|
|
|
+ }
|
|
|
+ this.dataList.loadNetWeight=this.tranCarInfoList[i].loadNetWeight
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
typeChange(e) {},
|