|
@@ -192,7 +192,7 @@
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<!--单价(元/吨)-->
|
|
<!--单价(元/吨)-->
|
|
- <el-form-item v-if='dataList.taskTypeKey != 3||dataList1.taskTypeKey != 3' label="单价(元/吨)" span="1" style=" margin-left: 650px; margin-top: -40px">
|
|
|
|
|
|
+ <el-form-item v-if='dataList.taskTypeKey != 3||dataList1.taskTypeKey != 3' label="单价(元/吨)" span="1" style=" margin-left: 650px; margin-top: -40px" v-show="Pricetype">
|
|
<el-input
|
|
<el-input
|
|
@input="unitPricechange"
|
|
@input="unitPricechange"
|
|
v-model="dataList.unitPrice"
|
|
v-model="dataList.unitPrice"
|
|
@@ -604,7 +604,7 @@
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<!--单价(元/吨)-->
|
|
<!--单价(元/吨)-->
|
|
- <el-form-item v-if='dataList.taskTypeKey != 3||dataList1.taskTypeKey != 3' label="单价(元/吨)" span="1" style=" margin-left: 650px; margin-top: -40px">
|
|
|
|
|
|
+ <el-form-item v-if='dataList.taskTypeKey != 3||dataList1.taskTypeKey != 3' label="单价(元/吨)" span="1" style=" margin-left: 650px; margin-top: -40px" v-show="Pricetype">
|
|
<el-input
|
|
<el-input
|
|
:disabled="dataList.taskTypeKey == 3||dataList.taskTypeKey == 4"
|
|
:disabled="dataList.taskTypeKey == 3||dataList.taskTypeKey == 4"
|
|
v-model="dataList.unitPrice"
|
|
v-model="dataList.unitPrice"
|
|
@@ -771,7 +771,9 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
accessoryTFs: false,
|
|
accessoryTFs: false,
|
|
- inOutFlag: 1
|
|
|
|
|
|
+ inOutFlag: 1,
|
|
|
|
+ Pricetype :true
|
|
|
|
+
|
|
}
|
|
}
|
|
},
|
|
},
|
|
activated() {
|
|
activated() {
|
|
@@ -868,6 +870,11 @@ export default {
|
|
if (this.dataList.taskTypeKey != 3) {
|
|
if (this.dataList.taskTypeKey != 3) {
|
|
for (let i = 0; i < this.contractNoList.length; i++) {
|
|
for (let i = 0; i < this.contractNoList.length; i++) {
|
|
if (this.contractNoList[i].contractNo == e) {
|
|
if (this.contractNoList[i].contractNo == e) {
|
|
|
|
+ if(this.contractNoList[i].priceType == "随行就市"){
|
|
|
|
+ this.Pricetype = false
|
|
|
|
+ }else{
|
|
|
|
+ this.Pricetype = true
|
|
|
|
+ }
|
|
getGoodsName({
|
|
getGoodsName({
|
|
contractId: this.contractNoList[i].id,
|
|
contractId: this.contractNoList[i].id,
|
|
contractNo: this.contractNoList[i].contractNo
|
|
contractNo: this.contractNoList[i].contractNo
|