Showing
1 changed file
with
72 additions
and
61 deletions
| ... | @@ -9,24 +9,24 @@ | ... | @@ -9,24 +9,24 @@ |
| 9 | > | 9 | > |
| 10 | <el-row class="row-border"> | 10 | <el-row class="row-border"> |
| 11 | <!-- 提运单号 --> | 11 | <!-- 提运单号 --> |
| 12 | -<!-- <el-col :span="5">--> | 12 | + <!-- <el-col :span="5">--> |
| 13 | -<!-- <Formitem label="提运单号" prop="billNo">--> | 13 | + <!-- <Formitem label="提运单号" prop="billNo">--> |
| 14 | -<!-- <el-input--> | 14 | + <!-- <el-input--> |
| 15 | -<!-- type="text"--> | 15 | + <!-- type="text"--> |
| 16 | -<!-- class="inputShadow"--> | 16 | + <!-- class="inputShadow"--> |
| 17 | -<!-- id="inputInner--billNo"--> | 17 | + <!-- id="inputInner--billNo"--> |
| 18 | -<!-- resize="none"--> | 18 | + <!-- resize="none"--> |
| 19 | -<!-- v-model="sreachFormData.billNo"--> | 19 | + <!-- v-model="sreachFormData.billNo"--> |
| 20 | -<!-- clearable--> | 20 | + <!-- clearable--> |
| 21 | -<!-- placeholder=""--> | 21 | + <!-- placeholder=""--> |
| 22 | -<!-- ></el-input>--> | 22 | + <!-- ></el-input>--> |
| 23 | -<!--<!– <FormTextareaInput–>--> | 23 | + <!--<!– <FormTextareaInput–>--> |
| 24 | -<!--<!– :formData="sreachFormData"–>--> | 24 | + <!--<!– :formData="sreachFormData"–>--> |
| 25 | -<!--<!– dataKey="billNo"–>--> | 25 | + <!--<!– dataKey="billNo"–>--> |
| 26 | -<!--<!– @formChange="formChange"–>--> | 26 | + <!--<!– @formChange="formChange"–>--> |
| 27 | -<!--<!– />–>--> | 27 | + <!--<!– />–>--> |
| 28 | -<!-- </Formitem>--> | 28 | + <!-- </Formitem>--> |
| 29 | -<!-- </el-col>--> | 29 | + <!-- </el-col>--> |
| 30 | <!-- 预录入编号 --> | 30 | <!-- 预录入编号 --> |
| 31 | <el-col :span="5"> | 31 | <el-col :span="5"> |
| 32 | <Formitem label="预录入编号" prop="preNo"> | 32 | <Formitem label="预录入编号" prop="preNo"> |
| ... | @@ -135,7 +135,11 @@ | ... | @@ -135,7 +135,11 @@ |
| 135 | placeholder="" | 135 | placeholder="" |
| 136 | > | 136 | > |
| 137 | <el-option | 137 | <el-option |
| 138 | - v-for="(item, index) in $store.getters.dict.RECEIPT_STATUS.filter(fItem => fItem.itemChineseName !== '已提交')" | 138 | + v-for="( |
| 139 | + item, index | ||
| 140 | + ) in $store.getters.dict.RECEIPT_STATUS.filter( | ||
| 141 | + (fItem) => fItem.itemChineseName !== '已提交' | ||
| 142 | + )" | ||
| 139 | :key="index" | 143 | :key="index" |
| 140 | :label="item.itemChineseName" | 144 | :label="item.itemChineseName" |
| 141 | :value="item.itemValue" | 145 | :value="item.itemValue" |
| ... | @@ -144,47 +148,47 @@ | ... | @@ -144,47 +148,47 @@ |
| 144 | </Formitem> | 148 | </Formitem> |
| 145 | </el-col> | 149 | </el-col> |
| 146 | <!-- 入库时间 --> | 150 | <!-- 入库时间 --> |
| 147 | -<!-- <el-col :span="5">--> | 151 | + <!-- <el-col :span="5">--> |
| 148 | -<!-- <Formitem label="入库时间" prop="startTime" :activeType="true">--> | 152 | + <!-- <Formitem label="入库时间" prop="startTime" :activeType="true">--> |
| 149 | -<!-- <el-date-picker--> | 153 | + <!-- <el-date-picker--> |
| 150 | -<!-- class="inputInner--startTime"--> | 154 | + <!-- class="inputInner--startTime"--> |
| 151 | -<!-- id="inputInner--startTime"--> | 155 | + <!-- id="inputInner--startTime"--> |
| 152 | -<!-- v-model="sreachFormData.startTime"--> | 156 | + <!-- v-model="sreachFormData.startTime"--> |
| 153 | -<!-- type="daterange"--> | 157 | + <!-- type="daterange"--> |
| 154 | -<!-- format="yyyy-MM-dd"--> | 158 | + <!-- format="yyyy-MM-dd"--> |
| 155 | -<!-- prefix-icon="none"--> | 159 | + <!-- prefix-icon="none"--> |
| 156 | -<!-- value-format="yyyy-MM-dd"--> | 160 | + <!-- value-format="yyyy-MM-dd"--> |
| 157 | -<!-- range-separator="至"--> | 161 | + <!-- range-separator="至"--> |
| 158 | -<!-- @change="dateChange"--> | 162 | + <!-- @change="dateChange"--> |
| 159 | -<!-- />--> | 163 | + <!-- />--> |
| 160 | -<!-- </Formitem>--> | 164 | + <!-- </Formitem>--> |
| 161 | -<!-- </el-col>--> | 165 | + <!-- </el-col>--> |
| 162 | <!-- 报文序号 --> | 166 | <!-- 报文序号 --> |
| 163 | -<!-- <el-col :span="5">--> | 167 | + <!-- <el-col :span="5">--> |
| 164 | -<!-- <Formitem label="报文序号" prop="msgSeqNo">--> | 168 | + <!-- <Formitem label="报文序号" prop="msgSeqNo">--> |
| 165 | -<!-- <el-input--> | 169 | + <!-- <el-input--> |
| 166 | -<!-- type="text"--> | 170 | + <!-- type="text"--> |
| 167 | -<!-- class="inputShadow"--> | 171 | + <!-- class="inputShadow"--> |
| 168 | -<!-- id="inputInner--msgSeqNo"--> | 172 | + <!-- id="inputInner--msgSeqNo"--> |
| 169 | -<!-- resize="none"--> | 173 | + <!-- resize="none"--> |
| 170 | -<!-- v-model="sreachFormData.msgSeqNo"--> | 174 | + <!-- v-model="sreachFormData.msgSeqNo"--> |
| 171 | -<!-- clearable--> | 175 | + <!-- clearable--> |
| 172 | -<!-- placeholder=""--> | 176 | + <!-- placeholder=""--> |
| 173 | -<!-- ></el-input>--> | 177 | + <!-- ></el-input>--> |
| 174 | -<!-- </Formitem>--> | 178 | + <!-- </Formitem>--> |
| 175 | -<!-- </el-col>--> | 179 | + <!-- </el-col>--> |
| 176 | </el-row> | 180 | </el-row> |
| 177 | </el-form> | 181 | </el-form> |
| 178 | -<!-- <div class="optionButton">--> | 182 | + <!-- <div class="optionButton">--> |
| 179 | -<!-- <el-button--> | 183 | + <!-- <el-button--> |
| 180 | -<!-- class="entrySaveButton"--> | 184 | + <!-- class="entrySaveButton"--> |
| 181 | -<!-- size="small"--> | 185 | + <!-- size="small"--> |
| 182 | -<!-- icon="el-icon-download"--> | 186 | + <!-- icon="el-icon-download"--> |
| 183 | -<!-- @click="downloadData"--> | 187 | + <!-- @click="downloadData"--> |
| 184 | -<!-- >--> | 188 | + <!-- >--> |
| 185 | -<!-- 导出--> | 189 | + <!-- 导出--> |
| 186 | -<!-- </el-button>--> | 190 | + <!-- </el-button>--> |
| 187 | -<!-- </div>--> | 191 | + <!-- </div>--> |
| 188 | <Table | 192 | <Table |
| 189 | class="fedexDetialTable fedexSreachTable" | 193 | class="fedexDetialTable fedexSreachTable" |
| 190 | ref="entryTable" | 194 | ref="entryTable" |
| ... | @@ -220,7 +224,8 @@ | ... | @@ -220,7 +224,8 @@ |
| 220 | @popoverClose="popoverClose" | 224 | @popoverClose="popoverClose" |
| 221 | > | 225 | > |
| 222 | <div slot="title"> | 226 | <div slot="title"> |
| 223 | - <span style="font-weight: 700; color: #515a6e">汇总申请单编号:</span | 227 | + <span style="font-weight: 700; color: #515a6e" |
| 228 | + >汇总申请单编号:</span | ||
| 224 | >{{ scope.row.sumNo }} | 229 | >{{ scope.row.sumNo }} |
| 225 | </div> | 230 | </div> |
| 226 | <div slot="buttonLabel"> | 231 | <div slot="buttonLabel"> |
| ... | @@ -242,7 +247,7 @@ | ... | @@ -242,7 +247,7 @@ |
| 242 | <script> | 247 | <script> |
| 243 | import { | 248 | import { |
| 244 | searchExportSummaryList, | 249 | searchExportSummaryList, |
| 245 | - getExportSummaryReceiptData | 250 | + getExportSummaryReceiptData, |
| 246 | } from "@/api/exportSummary-api"; | 251 | } from "@/api/exportSummary-api"; |
| 247 | export default { | 252 | export default { |
| 248 | name: "ExportBillQuery", | 253 | name: "ExportBillQuery", |
| ... | @@ -325,7 +330,13 @@ export default { | ... | @@ -325,7 +330,13 @@ export default { |
| 325 | }, | 330 | }, |
| 326 | { | 331 | { |
| 327 | name: "收发货人汇总标志", | 332 | name: "收发货人汇总标志", |
| 328 | - value:"summaryFlag", | 333 | + value: "summaryFlag", |
| 334 | + width: "", | ||
| 335 | + align: "left", | ||
| 336 | + }, | ||
| 337 | + { | ||
| 338 | + name: "创建时间", | ||
| 339 | + value: "createTime", | ||
| 329 | width: "", | 340 | width: "", |
| 330 | align: "left", | 341 | align: "left", |
| 331 | }, | 342 | }, |
| ... | @@ -443,7 +454,7 @@ export default { | ... | @@ -443,7 +454,7 @@ export default { |
| 443 | }) | 454 | }) |
| 444 | .finally(() => { | 455 | .finally(() => { |
| 445 | this.$nextTick(() => { | 456 | this.$nextTick(() => { |
| 446 | - this.$store.dispatch('setLoadingState', false) | 457 | + this.$store.dispatch("setLoadingState", false); |
| 447 | this.$refs.returnStatusPopover.tableLoading = false; | 458 | this.$refs.returnStatusPopover.tableLoading = false; |
| 448 | }); | 459 | }); |
| 449 | }); | 460 | }); | ... | ... |
-
Please register or login to post a comment