|
@@ -29,15 +29,6 @@
|
|
<el-input class="input" v-model="materialName" disabled> </el-input>
|
|
<el-input class="input" v-model="materialName" disabled> </el-input>
|
|
<el-button type="primary" @click="ondrawer(1)">浏览</el-button>
|
|
<el-button type="primary" @click="ondrawer(1)">浏览</el-button>
|
|
</div>
|
|
</div>
|
|
-<<<<<<< HEAD
|
|
|
|
-
|
|
|
|
- <div class="forwardingUnit from">
|
|
|
|
- <span class="text">发货单位:</span>
|
|
|
|
- <el-input class="input" v-model="supplierName" disabled> </el-input>
|
|
|
|
- <el-button type="primary" @click="ondrawer(2)">浏览</el-button>
|
|
|
|
- </div>
|
|
|
|
-=======
|
|
|
|
->>>>>>> ccbdd69b9737393f1a251a91f1f1d3e52b8a965e
|
|
|
|
<div class="remark from">
|
|
<div class="remark from">
|
|
<span class="text">船名:</span>
|
|
<span class="text">船名:</span>
|
|
<el-input class="input" v-model="remark" @blur="onBlur"> </el-input>
|
|
<el-input class="input" v-model="remark" @blur="onBlur"> </el-input>
|
|
@@ -69,14 +60,6 @@
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-<<<<<<< HEAD
|
|
|
|
- <div class="lineId from">
|
|
|
|
- <span class="text">该批车辆是否一车多趟:</span>
|
|
|
|
- <el-switch v-model="isMoreTrips" active-text="是" inactive-text="否">
|
|
|
|
- </el-switch>
|
|
|
|
- </div>
|
|
|
|
-=======
|
|
|
|
->>>>>>> ccbdd69b9737393f1a251a91f1f1d3e52b8a965e
|
|
|
|
<div class="truckListTable">
|
|
<div class="truckListTable">
|
|
<el-table
|
|
<el-table
|
|
:data="selectionList"
|
|
:data="selectionList"
|
|
@@ -420,11 +403,7 @@ export default {
|
|
if (this.onDrawerNumber == 1) {
|
|
if (this.onDrawerNumber == 1) {
|
|
this.frist.requestUrl =
|
|
this.frist.requestUrl =
|
|
"/api/v1/uc/queryAPOMaterialByLike?apiId=244&startNum=050&index=" +
|
|
"/api/v1/uc/queryAPOMaterialByLike?apiId=244&startNum=050&index=" +
|
|
-<<<<<<< HEAD
|
|
|
|
- this.input;
|
|
|
|
-=======
|
|
|
|
this.input + "&supplierId=" + this.supplierId;
|
|
this.input + "&supplierId=" + this.supplierId;
|
|
->>>>>>> ccbdd69b9737393f1a251a91f1f1d3e52b8a965e
|
|
|
|
} else if (this.onDrawerNumber == 2) {
|
|
} else if (this.onDrawerNumber == 2) {
|
|
this.secend.requestUrl =
|
|
this.secend.requestUrl =
|
|
"/api/v1/uc/getSupplierMesByMaterialId?apiId=247&materialId=" +
|
|
"/api/v1/uc/getSupplierMesByMaterialId?apiId=247&materialId=" +
|
|
@@ -465,11 +444,7 @@ export default {
|
|
if (this.onDrawerNumber == 1) {
|
|
if (this.onDrawerNumber == 1) {
|
|
this.frist.requestUrl =
|
|
this.frist.requestUrl =
|
|
"/api/v1/uc/queryAPOMaterialByLike?apiId=244&startNum=050&i=" +
|
|
"/api/v1/uc/queryAPOMaterialByLike?apiId=244&startNum=050&i=" +
|
|
-<<<<<<< HEAD
|
|
|
|
- new Date();
|
|
|
|
-=======
|
|
|
|
new Date() + "&supplierId=" + this.supplierId;
|
|
new Date() + "&supplierId=" + this.supplierId;
|
|
->>>>>>> ccbdd69b9737393f1a251a91f1f1d3e52b8a965e
|
|
|
|
} else if (this.onDrawerNumber == 2) {
|
|
} else if (this.onDrawerNumber == 2) {
|
|
this.secend.requestUrl =
|
|
this.secend.requestUrl =
|
|
"/api/v1/uc/getSupplierMesByMaterialId?apiId=247&materialId=" +
|
|
"/api/v1/uc/getSupplierMesByMaterialId?apiId=247&materialId=" +
|
|
@@ -519,15 +494,9 @@ export default {
|
|
this.drawer = true;
|
|
this.drawer = true;
|
|
this.onDrawerNumber = num;
|
|
this.onDrawerNumber = num;
|
|
if (num == 1) {
|
|
if (num == 1) {
|
|
-<<<<<<< HEAD
|
|
|
|
- this.frist.requestUrl =
|
|
|
|
- "/api/v1/uc/queryAPOMaterialByLike?apiId=244&startNum=050&index=" +
|
|
|
|
- this.input;
|
|
|
|
-=======
|
|
|
|
this.frist.requestUrl =
|
|
this.frist.requestUrl =
|
|
"/api/v1/uc/queryAPOMaterialByLike?apiId=244&startNum=050&index=" +
|
|
"/api/v1/uc/queryAPOMaterialByLike?apiId=244&startNum=050&index=" +
|
|
this.input + "&supplierId=" + this.supplierId;
|
|
this.input + "&supplierId=" + this.supplierId;
|
|
->>>>>>> ccbdd69b9737393f1a251a91f1f1d3e52b8a965e
|
|
|
|
} else if (num == 2) {
|
|
} else if (num == 2) {
|
|
this.secend.requestUrl =
|
|
this.secend.requestUrl =
|
|
"/api/v1/uc/getSupplierMesByMaterialId?apiId=247&materialId=" +
|
|
"/api/v1/uc/getSupplierMesByMaterialId?apiId=247&materialId=" +
|
|
@@ -752,8 +721,6 @@ export default {
|
|
width: 70px;
|
|
width: 70px;
|
|
height: 1px;
|
|
height: 1px;
|
|
}
|
|
}
|
|
-<<<<<<< HEAD
|
|
|
|
-=======
|
|
|
|
}
|
|
}
|
|
.supplieUnit {
|
|
.supplieUnit {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -763,7 +730,6 @@ export default {
|
|
.el-input {
|
|
.el-input {
|
|
width: 250px;
|
|
width: 250px;
|
|
}
|
|
}
|
|
->>>>>>> ccbdd69b9737393f1a251a91f1f1d3e52b8a965e
|
|
|
|
}
|
|
}
|
|
.material {
|
|
.material {
|
|
display: flex;
|
|
display: flex;
|