浏览代码

fix: 提货新增工程登录编号

zh 2 年之前
父节点
当前提交
8a48a774ee
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      src/views/supply/pickup/components/pickup_form.vue

+ 16 - 0
src/views/supply/pickup/components/pickup_form.vue

@@ -304,6 +304,22 @@
               {{ scope.row.orderTime | dateToDayFilter }}
             </template>
           </el-table-column>
+          <el-table-column
+            align="left"
+            label="工程登录编号"
+            prop="refEnginRecordNo"
+            min-width="160"
+            show-overflow-tooltip
+          >
+            <template v-if="scope.row" slot-scope="scope">
+              <CopyButton
+                :copy-text="scope.row.refEnginRecordNo"
+              />
+              <span>{{
+                scope.row.refEnginRecordNo
+              }}</span>
+            </template>
+          </el-table-column>
           <el-table-column align="left" label="销售订单号" min-width="160" show-overflow-tooltip>
             <template v-if="scope.row" slot-scope="scope">
               <CopyButton