guoyuji
2023-07-20 2e1a743a26cca082d7a787fcac0bd8bf1554f992
修改价格
1个文件已修改
8 ■■■■ 已修改文件
gmms/WebContent/orderManage/order.jsp 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/WebContent/orderManage/order.jsp
@@ -24,7 +24,7 @@
</head>
<body>
  <div id="app" >
    <el-container >
    <el-container v-loading="loading" >
      <el-header style="margin-top: 3%;height: 3%;">
        <el-button  @click="showFlagFuc" type="primary" round style="float:right;">{{showFlag==false?'返回订单':'新增订单'}}</el-button>
        <el-date-picker  v-show="showFlag"  style="float: left;margin-bottom: 0.3%;"
@@ -43,7 +43,7 @@
      </el-header>
      <el-main  >
        <el-table v-show="showFlag"
          v-loading="loading"
          :data="orderData"
          max-height="600"
          style="width: 100%;">
@@ -68,13 +68,13 @@
                  @click.native.prevent="updateRow(scope.$index, orderData)"
                  type="text"
                  size="small">
                  修改
                          修改
                </el-button>
                <el-button 
                  @click.native.prevent="open(scope.$index, orderData)"
                  type="text"
                  size="small">
                  次破
                          次破
                </el-button>