查询运单页面始发网点显示调整
This commit is contained in:
parent
c1981ee778
commit
6b4e6eeadb
@ -112,7 +112,7 @@
|
||||
<el-table-column :label="$t('附加信息')" align="center" prop="extInfo" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('是否虚拟单')" align="center" prop="blVirtual" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('关联主单')" align="center" prop="masterBillCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteName" min-width="80" :show-overflow-tooltip="true"/>
|
||||
</XdTable>
|
||||
|
||||
<el-dialog title="上传文件" :visible.sync="openUploadForm" width="50%" v-dialogDrag :destroy-on-close="true" :close-on-click-modal="false" append-to-body>
|
||||
|
||||
@ -582,7 +582,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('主单号')" align="center" prop="masterBillCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('虚拟单备注')" align="center" prop="virtualRemark" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteName" min-width="80" :show-overflow-tooltip="true"/>
|
||||
</XdTable>
|
||||
|
||||
|
||||
|
||||
@ -582,7 +582,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('主单号')" align="center" prop="masterBillCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('虚拟单备注')" align="center" prop="virtualRemark" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteName" min-width="80" :show-overflow-tooltip="true"/>
|
||||
</XdTable>
|
||||
|
||||
<el-dialog title="快件跟踪" :visible.sync="openTraceInfo" width="70%" :close-on-click-modal="false" v-dialogDrag append-to-body>
|
||||
|
||||
@ -548,7 +548,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('主单号')" align="center" prop="masterBillCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('虚拟单备注')" align="center" prop="virtualRemark" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteName" min-width="80" :show-overflow-tooltip="true"/>
|
||||
</XdTable>
|
||||
|
||||
<el-dialog title="快件跟踪" :visible.sync="openTraceInfo" width="70%" :close-on-click-modal="false" v-dialogDrag append-to-body>
|
||||
|
||||
@ -554,7 +554,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('主单号')" align="center" prop="masterBillCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('虚拟单备注')" align="center" prop="virtualRemark" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteCode" min-width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('始发网点')" align="center" prop="startSiteName" min-width="80" :show-overflow-tooltip="true"/>
|
||||
</XdTable>
|
||||
|
||||
<el-dialog title="快件跟踪" :visible.sync="openTraceInfo" width="70%" :close-on-click-modal="false" v-dialogDrag append-to-body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user