cuijian
2025-06-05 34feb4908ec7b7e5b51adf6355603978c67bd3a4
src/views/tms/stocktakingBound/ToolsStocktakingBoundList.vue
@@ -6,7 +6,7 @@
        <a-row :gutter="24">
          <a-col :xl="6" :lg="7" :md="8" :sm="24">
            <a-form-item label="盘点单号">
              <a-input placeholder="请输入盘点单号" v-model="queryParam.orderCode"></a-input>
              <j-input placeholder="请输入盘点单号" v-model="queryParam.orderCode"></j-input>
            </a-form-item>
          </a-col>
          <a-col :xl="6" :lg="7" :md="8" :sm="24">
@@ -260,6 +260,7 @@
      handleSubmit(record) {
        getAction(this.url.submit,{ id: record.id }).then((res)=>{
          if (res.success) {
            this.$message.success(res.message);
            this.loadData();
            this.$refs.toolStockingBoundDetail.clearList()