pjb
2025-06-22 43450d7859c291ac190c8cbab5728705fdeb18f7
Merge remote-tracking branch 'origin/ycds-wms-dev' into ycds-wms-dev
1个文件已修改
4 ■■■■ 已修改文件
construction-data/src/components/datav/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
construction-data/src/components/datav/index.vue
@@ -83,7 +83,7 @@
<!--                    </el-col>-->
<!--                  </el-row>-->
                  <div class="pick-wall-box">
                    <el-col :span="6" v-for="(item, index) in seedBracket" :key="index" @click.native="lightClick(item)">
                    <el-col :span="6" v-for="(item, index) in seedBracket" :key="index">
                      <div class="seed-bracket" :style="getLightStatus(item)" />
                    </el-col>
                  </div>
@@ -252,7 +252,7 @@
      // eslint-disable-next-line no-undef
      $ajax.post('/api/bind/shipping/platform', {orderId: order.id, waveId: order.waveId, platformId: plat.id}).then(response => {
        if (response.code === 200) {
          that.fetch()
          that.refreshData()
          //隐藏发货区,执行打印
        } else {
          this.$message.error(response.msg)