|
@@ -68,6 +68,10 @@
|
|
:value="item.inOutTaskNo" />
|
|
:value="item.inOutTaskNo" />
|
|
</el-select>
|
|
</el-select>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
|
|
+ <ws-form-item label="已完成量" span="1" prop="donecount">
|
|
|
|
+ <ws-input v-model="deptBudgetList.donecount" placeholder="自动获取,不可编辑" maxlength="100" disabled
|
|
|
|
+ size="small" />
|
|
|
|
+ </ws-form-item>
|
|
<ws-form-item v-if='serviceManagementType==3&&deptBudgetList.id' label="业务编号" span="1" prop="qualityNo">
|
|
<ws-form-item v-if='serviceManagementType==3&&deptBudgetList.id' label="业务编号" span="1" prop="qualityNo">
|
|
<ws-input v-model="deptBudgetList.qualityNo" placeholder="自动获取,不可编辑" maxlength="100" disabled
|
|
<ws-input v-model="deptBudgetList.qualityNo" placeholder="自动获取,不可编辑" maxlength="100" disabled
|
|
size="small" />
|
|
size="small" />
|
|
@@ -117,7 +121,7 @@
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<ws-form-item v-if="serviceManagementType == 3 && qyJurisdiction&&statusTypetext == '初检'||serviceManagementType == 3 && statusTypetext != '初检'" label="车牌号" span="1" prop="carNo">
|
|
<ws-form-item v-if="serviceManagementType == 3 && qyJurisdiction&&statusTypetext == '初检'||serviceManagementType == 3 && statusTypetext != '初检'" label="车牌号" span="1" prop="carNo">
|
|
<ws-input :disabled="disabled2"
|
|
<ws-input :disabled="disabled2"
|
|
- v-if="options2.length == 0 && serviceManagementType == 1 || serviceManagementType == 3 && carNumberList.length == 0"
|
|
|
|
|
|
+ v-if="serviceManagementType == 3 && carNumberList.length == 0"
|
|
v-model="deptBudgetList.carNo" placeholder="请输入车牌号" maxlength="7" size="small" />
|
|
v-model="deptBudgetList.carNo" placeholder="请输入车牌号" maxlength="7" size="small" />
|
|
<el-select :disabled="disabled2" v-if="carstatus && options2.length > 0 && serviceManagementType != 3"
|
|
<el-select :disabled="disabled2" v-if="carstatus && options2.length > 0 && serviceManagementType != 3"
|
|
filterable clearable v-model="deptBudgetList.carNo" placeholder="请选择车牌号" class="typeselect"
|
|
filterable clearable v-model="deptBudgetList.carNo" placeholder="请选择车牌号" class="typeselect"
|
|
@@ -125,12 +129,12 @@
|
|
<el-option v-for="(item, index) in options2" :key="index"
|
|
<el-option v-for="(item, index) in options2" :key="index"
|
|
:label="item.carNo + '(' + item.tranCarNo + ')'" :value="index" />
|
|
:label="item.carNo + '(' + item.tranCarNo + ')'" :value="index" />
|
|
</el-select>
|
|
</el-select>
|
|
- <el-select :disabled="disabled2"
|
|
|
|
|
|
+ <!-- <el-select :disabled="disabled2"
|
|
v-if="!carstatus && options2.length > 0 && serviceManagementType != 3" filterable clearable
|
|
v-if="!carstatus && options2.length > 0 && serviceManagementType != 3" filterable clearable
|
|
v-model="deptBudgetList.carNo" placeholder="请选择车牌号" class="typeselect"
|
|
v-model="deptBudgetList.carNo" placeholder="请选择车牌号" class="typeselect"
|
|
@change="carChange($event, 0)">
|
|
@change="carChange($event, 0)">
|
|
<el-option v-for="item in options2" :key="item.constKey" :label="item.carNo" :value="item.carNo" />
|
|
<el-option v-for="item in options2" :key="item.constKey" :label="item.carNo" :value="item.carNo" />
|
|
- </el-select>
|
|
|
|
|
|
+ </el-select> -->
|
|
<el-select :disabled="disabled2" v-if="carNumberList.length > 0 && serviceManagementType == 3"
|
|
<el-select :disabled="disabled2" v-if="carNumberList.length > 0 && serviceManagementType == 3"
|
|
filterable clearable :allow-create="true" v-model="deptBudgetList.carNo"
|
|
filterable clearable :allow-create="true" v-model="deptBudgetList.carNo"
|
|
placeholder="请选择车牌号" class="typeselect" @change="carChange($event, 1)">
|
|
placeholder="请选择车牌号" class="typeselect" @change="carChange($event, 1)">
|
|
@@ -291,12 +295,12 @@
|
|
@change="carChange($event, 0)">
|
|
@change="carChange($event, 0)">
|
|
<el-option v-for="item in options2" :key="item.constKey" :label="item.carNo" :value="item.carNo" />
|
|
<el-option v-for="item in options2" :key="item.constKey" :label="item.carNo" :value="item.carNo" />
|
|
</el-select>
|
|
</el-select>
|
|
- <el-select :disabled="disabled2" v-if="carNumberList.length > 0 && serviceManagementType == 3"
|
|
|
|
|
|
+ <!-- <el-select :disabled="disabled2" v-if="carNumberList.length > 0 && serviceManagementType == 3"
|
|
filterable clearable v-model="deptBudgetList.carNo"
|
|
filterable clearable v-model="deptBudgetList.carNo"
|
|
placeholder="请选择车牌号" class="typeselect" @change="carChange($event, 1)">
|
|
placeholder="请选择车牌号" class="typeselect" @change="carChange($event, 1)">
|
|
<el-option v-for="item in carNumberList" :key="item.constKey" :label="item.carNo"
|
|
<el-option v-for="item in carNumberList" :key="item.constKey" :label="item.carNo"
|
|
- :value="item.carNo" />
|
|
|
|
- </el-select>
|
|
|
|
|
|
+ :value="item.carNo" />
|
|
|
|
+ </el-select> -->
|
|
<!-- <el-select @change='carchange' v-if="statusTypetext=='初检'&&editcar==false&&carstatus||statusTypetext=='确认'&&editcar==false&&carstatus" v-model="deptBudgetList.carNo" placeholder="请选择车牌号">
|
|
<!-- <el-select @change='carchange' v-if="statusTypetext=='初检'&&editcar==false&&carstatus||statusTypetext=='确认'&&editcar==false&&carstatus" v-model="deptBudgetList.carNo" placeholder="请选择车牌号">
|
|
<el-option v-for="(item,index) in options2" :key="item.value" :label="item.carNo + '(' + item.tranCarNo + ')'" :value="index" />
|
|
<el-option v-for="(item,index) in options2" :key="item.value" :label="item.carNo + '(' + item.tranCarNo + ')'" :value="index" />
|
|
</el-select>
|
|
</el-select>
|
|
@@ -310,17 +314,17 @@
|
|
top: -1px;
|
|
top: -1px;
|
|
" src="../../../public/img/edit.png" @click="editClick(3)" alt="" /> -->
|
|
" src="../../../public/img/edit.png" @click="editClick(3)" alt="" /> -->
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
- <ws-form-item label="车牌号" span="1" prop="shipName" v-if="deptBudgetList.outType == '散船'||deptBudgetList.outType == '集装箱船'">
|
|
|
|
|
|
+ <ws-form-item label="车牌号" span="1" prop="shipName" v-if="deptBudgetList.outType == '散船'||deptBudgetList.outType == '集装箱船'||deptBudgetList.outType == '火运'">
|
|
<ws-input :disabled="statusTypetext != '初检'"
|
|
<ws-input :disabled="statusTypetext != '初检'"
|
|
v-model="deptBudgetList.carNo" placeholder="请输入车牌号" maxlength="7" size="small" />
|
|
v-model="deptBudgetList.carNo" placeholder="请输入车牌号" maxlength="7" size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
- <ws-form-item label="车厢号-1" span="1" prop="wingNumber" v-if="deptBudgetList.outType == '火运'">
|
|
|
|
|
|
+ <!-- <ws-form-item label="车厢号-1" span="1" prop="wingNumber" v-if="deptBudgetList.outType == '火运'">
|
|
<ws-input v-model="deptBudgetList.wingNumber" placeholder="请输入车厢号" maxlength="20" size="small" />
|
|
<ws-input v-model="deptBudgetList.wingNumber" placeholder="请输入车厢号" maxlength="20" size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<ws-form-item label="车厢号-2" span="1" prop="wingNumberOther" v-if="deptBudgetList.outType == '火运'">
|
|
<ws-form-item label="车厢号-2" span="1" prop="wingNumberOther" v-if="deptBudgetList.outType == '火运'">
|
|
<ws-input v-model="deptBudgetList.wingNumberOther" placeholder="请输入车厢号" maxlength="20"
|
|
<ws-input v-model="deptBudgetList.wingNumberOther" placeholder="请输入车厢号" maxlength="20"
|
|
size="small" />
|
|
size="small" />
|
|
- </ws-form-item>
|
|
|
|
|
|
+ </ws-form-item> -->
|
|
<ws-form-item label="船名" span="1" prop="shipName" v-if="deptBudgetList.outType == '散船'||deptBudgetList.outType == '集装箱船'">
|
|
<ws-form-item label="船名" span="1" prop="shipName" v-if="deptBudgetList.outType == '散船'||deptBudgetList.outType == '集装箱船'">
|
|
<el-select filterable clearable v-model="deptBudgetList.shipName"
|
|
<el-select filterable clearable v-model="deptBudgetList.shipName"
|
|
placeholder="请选择船名" class="typeselect" @change="shipInfoChange($event)">
|
|
placeholder="请选择船名" class="typeselect" @change="shipInfoChange($event)">
|
|
@@ -332,22 +336,22 @@
|
|
<ws-input disabled v-model="deptBudgetList.shipNumber" placeholder="请输入航次" maxlength="20" size="small" />
|
|
<ws-input disabled v-model="deptBudgetList.shipNumber" placeholder="请输入航次" maxlength="20" size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<ws-form-item label="箱号-1" span="1" prop="boxNo"
|
|
<ws-form-item label="箱号-1" span="1" prop="boxNo"
|
|
- v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'">
|
|
|
|
|
|
+ v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'||deptBudgetList.outType == '火运'">
|
|
<ws-input :disabled='recheck' v-model="deptBudgetList.boxNo" placeholder="请输入箱号" maxlength="20"
|
|
<ws-input :disabled='recheck' v-model="deptBudgetList.boxNo" placeholder="请输入箱号" maxlength="20"
|
|
size="small" />
|
|
size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<ws-form-item label="封号-1" span="1" prop="titleNo"
|
|
<ws-form-item label="封号-1" span="1" prop="titleNo"
|
|
- v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'">
|
|
|
|
|
|
+ v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'||deptBudgetList.outType == '火运'">
|
|
<ws-input :disabled='recheck' v-model="deptBudgetList.titleNo" placeholder="请输入封号" maxlength="20"
|
|
<ws-input :disabled='recheck' v-model="deptBudgetList.titleNo" placeholder="请输入封号" maxlength="20"
|
|
size="small" />
|
|
size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<ws-form-item label="箱号-2" span="1" prop="boxNoOther"
|
|
<ws-form-item label="箱号-2" span="1" prop="boxNoOther"
|
|
- v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'">
|
|
|
|
|
|
+ v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'||deptBudgetList.outType == '火运'">
|
|
<ws-input :disabled='recheck' v-model="deptBudgetList.boxNoOther" placeholder="请输入箱号" maxlength="20"
|
|
<ws-input :disabled='recheck' v-model="deptBudgetList.boxNoOther" placeholder="请输入箱号" maxlength="20"
|
|
size="small" />
|
|
size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
<ws-form-item label="封号-2" span="1" prop="titleNoOther"
|
|
<ws-form-item label="封号-2" span="1" prop="titleNoOther"
|
|
- v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'">
|
|
|
|
|
|
+ v-if="deptBudgetList.outType == '汽运' || deptBudgetList.outType == '集装箱船'||deptBudgetList.outType == '火运'">
|
|
<ws-input :disabled='recheck' v-model="deptBudgetList.titleNoOther" placeholder="请输入封号" maxlength="20"
|
|
<ws-input :disabled='recheck' v-model="deptBudgetList.titleNoOther" placeholder="请输入封号" maxlength="20"
|
|
size="small" />
|
|
size="small" />
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
@@ -3327,6 +3331,7 @@ export default {
|
|
for (let i = 0; i < this.taskNolist.length; i++) {
|
|
for (let i = 0; i < this.taskNolist.length; i++) {
|
|
if (this.taskNolist[i].inOutTaskNo == e) {
|
|
if (this.taskNolist[i].inOutTaskNo == e) {
|
|
var data = this.taskNolist[i]
|
|
var data = this.taskNolist[i]
|
|
|
|
+ this.deptBudgetList.donecount=data.completedQuantity+'/'+data.weight
|
|
if (this.taskNolist[i].inOutType == '移库入库') {
|
|
if (this.taskNolist[i].inOutType == '移库入库') {
|
|
this.deptBudgetList.contractNo = this.taskNolist[i].moveTaskNo
|
|
this.deptBudgetList.contractNo = this.taskNolist[i].moveTaskNo
|
|
}else if(this.taskNolist[i].inOutType == '收购入库'){
|
|
}else if(this.taskNolist[i].inOutType == '收购入库'){
|