正在显示
1 个修改的文件
包含
12 行增加
和
12 行删除
| @@ -197,12 +197,12 @@ | @@ -197,12 +197,12 @@ | ||
| 197 | <el-row style="margin-bottom: -5px"> | 197 | <el-row style="margin-bottom: -5px"> |
| 198 | <el-col style="width: 30%"> | 198 | <el-col style="width: 30%"> |
| 199 | <el-form-item> | 199 | <el-form-item> |
| 200 | - <el-input v-model="form.agt.agt_name" auto-complete="off" placeholder="代理人名称" size="mini"></el-input> | 200 | + <el-input disabled v-model="form.agt.agt_name" auto-complete="off" placeholder="代理人名称" size="mini"></el-input> |
| 201 | </el-form-item> | 201 | </el-form-item> |
| 202 | </el-col> | 202 | </el-col> |
| 203 | <el-col style="width: 30%;margin-left: 30px"> | 203 | <el-col style="width: 30%;margin-left: 30px"> |
| 204 | <el-form-item> | 204 | <el-form-item> |
| 205 | - <el-input v-model="form.agt.agt_ADR" auto-complete="off" placeholder="代理人地址" size="mini"></el-input> | 205 | + <el-input disabled v-model="form.agt.agt_ADR" auto-complete="off" placeholder="代理人地址" size="mini"></el-input> |
| 206 | </el-form-item> | 206 | </el-form-item> |
| 207 | </el-col> | 207 | </el-col> |
| 208 | </el-row> | 208 | </el-row> |
| @@ -229,7 +229,7 @@ | @@ -229,7 +229,7 @@ | ||
| 229 | <el-row style="margin-bottom: -5px"> | 229 | <el-row style="margin-bottom: -5px"> |
| 230 | <el-col style="width: 65%"> | 230 | <el-col style="width: 65%"> |
| 231 | <el-form-item> | 231 | <el-form-item> |
| 232 | - <el-input v-model="form.agt.agt_IATA_number" auto-complete="off" placeholder="IATA代码" size="mini"></el-input> | 232 | + <el-input disabled v-model="form.agt.agt_IATA_number" auto-complete="off" placeholder="IATA代码" size="mini"></el-input> |
| 233 | </el-form-item> | 233 | </el-form-item> |
| 234 | </el-col> | 234 | </el-col> |
| 235 | </el-row> | 235 | </el-row> |
| @@ -241,7 +241,7 @@ | @@ -241,7 +241,7 @@ | ||
| 241 | <el-row style="margin-bottom: -5px"> | 241 | <el-row style="margin-bottom: -5px"> |
| 242 | <el-col style="width: 65%"> | 242 | <el-col style="width: 65%"> |
| 243 | <el-form-item> | 243 | <el-form-item> |
| 244 | - <el-input v-model="form.agt.agt_account_number" auto-complete="off" placeholder="代理人账号" size="mini"></el-input> | 244 | + <el-input disabled v-model="form.agt.agt_account_number" auto-complete="off" placeholder="代理人账号" size="mini"></el-input> |
| 245 | </el-form-item> | 245 | </el-form-item> |
| 246 | </el-col> | 246 | </el-col> |
| 247 | </el-row> | 247 | </el-row> |
| @@ -269,7 +269,7 @@ | @@ -269,7 +269,7 @@ | ||
| 269 | <el-row style="margin-bottom: -5px"> | 269 | <el-row style="margin-bottom: -5px"> |
| 270 | <el-col style="width: 95%"> | 270 | <el-col style="width: 95%"> |
| 271 | <el-form-item> | 271 | <el-form-item> |
| 272 | - <el-input auto-complete="off" placeholder="出发机场(第一承运人地址)" size="mini"></el-input> | 272 | + <el-input disabled auto-complete="off" placeholder="出发机场(第一承运人地址)" size="mini"></el-input> |
| 273 | </el-form-item> | 273 | </el-form-item> |
| 274 | </el-col> | 274 | </el-col> |
| 275 | </el-row> | 275 | </el-row> |
| @@ -371,7 +371,7 @@ | @@ -371,7 +371,7 @@ | ||
| 371 | <el-row style="margin-bottom: -5px"> | 371 | <el-row style="margin-bottom: -5px"> |
| 372 | <el-col style="width: 95%"> | 372 | <el-col style="width: 95%"> |
| 373 | <el-form-item> | 373 | <el-form-item> |
| 374 | - <el-input auto-complete="off" placeholder="到达站" size="mini"></el-input> | 374 | + <el-input disabled auto-complete="off" placeholder="到达站" size="mini"></el-input> |
| 375 | </el-form-item> | 375 | </el-form-item> |
| 376 | </el-col> | 376 | </el-col> |
| 377 | </el-row> | 377 | </el-row> |
| @@ -383,7 +383,7 @@ | @@ -383,7 +383,7 @@ | ||
| 383 | <el-row style="margin-bottom: -5px"> | 383 | <el-row style="margin-bottom: -5px"> |
| 384 | <el-col style="width: 95%"> | 384 | <el-col style="width: 95%"> |
| 385 | <el-form-item> | 385 | <el-form-item> |
| 386 | - <el-input auto-complete="off" placeholder="承运人" size="mini"></el-input> | 386 | + <el-input disabled auto-complete="off" placeholder="承运人" size="mini"></el-input> |
| 387 | </el-form-item> | 387 | </el-form-item> |
| 388 | </el-col> | 388 | </el-col> |
| 389 | </el-row> | 389 | </el-row> |
| @@ -395,7 +395,7 @@ | @@ -395,7 +395,7 @@ | ||
| 395 | <el-row style="margin-bottom: -5px"> | 395 | <el-row style="margin-bottom: -5px"> |
| 396 | <el-col style="width: 95%"> | 396 | <el-col style="width: 95%"> |
| 397 | <el-form-item> | 397 | <el-form-item> |
| 398 | - <el-input auto-complete="off" placeholder="到达站" size="mini"></el-input> | 398 | + <el-input disabled auto-complete="off" placeholder="到达站" size="mini"></el-input> |
| 399 | </el-form-item> | 399 | </el-form-item> |
| 400 | </el-col> | 400 | </el-col> |
| 401 | </el-row> | 401 | </el-row> |
| @@ -407,7 +407,7 @@ | @@ -407,7 +407,7 @@ | ||
| 407 | <el-row style="margin-bottom: -5px"> | 407 | <el-row style="margin-bottom: -5px"> |
| 408 | <el-col style="width: 95%"> | 408 | <el-col style="width: 95%"> |
| 409 | <el-form-item> | 409 | <el-form-item> |
| 410 | - <el-input auto-complete="off" placeholder="承运人" size="mini"></el-input> | 410 | + <el-input disabled auto-complete="off" placeholder="承运人" size="mini"></el-input> |
| 411 | </el-form-item> | 411 | </el-form-item> |
| 412 | </el-col> | 412 | </el-col> |
| 413 | </el-row> | 413 | </el-row> |
| @@ -603,7 +603,7 @@ Handling Information | @@ -603,7 +603,7 @@ Handling Information | ||
| 603 | <el-row style="margin-bottom: -5px"> | 603 | <el-row style="margin-bottom: -5px"> |
| 604 | <el-col style="width: 95%"> | 604 | <el-col style="width: 95%"> |
| 605 | <el-form-item> | 605 | <el-form-item> |
| 606 | - <el-input v-model="form.rtd.rtd_commodity_NUM" auto-complete="off" placeholder="商品代号" size="mini"></el-input> | 606 | + <el-input disabled v-model="form.rtd.rtd_commodity_NUM" auto-complete="off" placeholder="商品代号" size="mini"></el-input> |
| 607 | </el-form-item> | 607 | </el-form-item> |
| 608 | </el-col> | 608 | </el-col> |
| 609 | </el-row> | 609 | </el-row> |
| @@ -682,7 +682,7 @@ Handling Information | @@ -682,7 +682,7 @@ Handling Information | ||
| 682 | </el-row> | 682 | </el-row> |
| 683 | <el-row style="padding-top: 20px"> | 683 | <el-row style="padding-top: 20px"> |
| 684 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> | 684 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> |
| 685 | - <el-input :disabled="form.cvd.cvd_charge_prepaid=='CC'" v-model="form.ppd.ppd_weight_amount" auto-complete="off" placeholder="毛重" size="mini"></el-input> | 685 | + <el-input :disabled="form.cvd.cvd_charge_prepaid=='CC'" v-model="form.ppd.ppd_weight_amount" auto-complete="off" placeholder="货重金额" size="mini"></el-input> |
| 686 | </el-col> | 686 | </el-col> |
| 687 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> | 687 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> |
| 688 | <span style="font-size: 12px"> | 688 | <span style="font-size: 12px"> |
| @@ -690,7 +690,7 @@ Handling Information | @@ -690,7 +690,7 @@ Handling Information | ||
| 690 | </span> | 690 | </span> |
| 691 | </el-col> | 691 | </el-col> |
| 692 | <el-col :span="7"> | 692 | <el-col :span="7"> |
| 693 | - <el-input :disabled="form.cvd.cvd_charge_prepaid=='PP'" v-model="form.ppd.ppd_weight_amount" auto-complete="off" placeholder="毛重" size="mini"></el-input> | 693 | + <el-input :disabled="form.cvd.cvd_charge_prepaid=='PP'" v-model="form.ppd.ppd_weight_amount" auto-complete="off" placeholder="货重金额" size="mini"></el-input> |
| 694 | </el-col> | 694 | </el-col> |
| 695 | </el-row> | 695 | </el-row> |
| 696 | </el-col> | 696 | </el-col> |
-
请 注册 或 登录 后发表评论