|
@@ -73,7 +73,7 @@
|
|
|
:visible.sync="drawer"
|
|
|
:direction="direction"
|
|
|
:before-close="handleClose"
|
|
|
- size="50%"
|
|
|
+ size="60%"
|
|
|
>
|
|
|
<el-input
|
|
|
placeholder="请输入内容"
|
|
@@ -132,7 +132,7 @@ export default {
|
|
|
batchName:null,
|
|
|
cargoPictureUrl: "",
|
|
|
batchOption: {
|
|
|
- requestUrl: "/api/v1/uc/selectPurchaseOrderForShip?apiId=502",
|
|
|
+ requestUrl: "/api/v1/uc/getBatchOfNotice?apiId=513",
|
|
|
selectionType: "radio",
|
|
|
map: [],
|
|
|
},
|
|
@@ -160,7 +160,7 @@ export default {
|
|
|
onclick(a) {
|
|
|
if(a==5){
|
|
|
this.batchOption.requestUrl =
|
|
|
- "/api/v1/uc/selectPurchaseOrderForShip?apiId=502&index=" + this.input;
|
|
|
+ "/api/v1/uc/getBatchOfNotice?apiId=513&index=" + this.input;
|
|
|
}else if(a==6){
|
|
|
this.contractPriceOption.requestUrl =
|
|
|
"/api/v1/rms/selectbmsshipContractPriceList?apiId=500&con=" + this.input;
|