NNowhZzU
2024-01-02 a6ef9e2851d6c1e04bdad4de92b95efc35f61750
north-glass-erp/northglass-erp/src/views/mm/purchaseOrder/Storage.vue
@@ -17,7 +17,6 @@
          />
        </el-col>
        <el-col :span="2">
          <el-button
              id="select"
@@ -78,10 +77,13 @@
<!--      详情框 部分1-->
      <vxe-modal v-model="showDetails" title="查看详情" width="600" height="80%" :mask="false" :lock-view="false" resize>
        <el-container >
<!--          <el-header height="35px"
          <el-header height="35px"
              style="margin: 0;padding: 0">
            这是头
          </el-header>-->
            <el-input  v-model="showCGDH" placeholder="采购单号" disabled >
              <template #prepend>采购单号:</template>
            </el-input>
          </el-header>
          <el-main>
            <template #default>
              <vxe-table
@@ -360,7 +362,7 @@
})
const showCGDH = ref();
//详情框 部分2
const showDetails =ref(false);
@@ -369,7 +371,9 @@
 detailData = ['cgdh', 'rkdh', 'h', 'xh', 'wlbh', 'wlmc', 'gys','w','g','dw','cgzt','rq','yl','sl','xsdh','je','6'].map(field => {
    return { label: ModelColumnContent(field) , value: row[field] }
 })
  showDetails.value = true;
  showCGDH.value = row['cgdh'];
}
const ModelColumnContent = (text) => {