小小儁爺
2 天以前 bf27b7dfd289079378b965160005581948ccd5ba
1.递交
已修改5个文件
12 ■■■■ 文件已修改
src/views/materialManager/inventoryList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/statistic/groupSalaryList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/statistic/personSalaryList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/statistic/reportList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/statistic/workOrderProcess.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/materialManager/inventoryList.vue
@@ -827,7 +827,7 @@
          <el-option
            v-for="item in stepSelectArr"
            :key="item.stepcode"
            :label="item.stepname"
            :label="item.stepcode+' / '+item.stepname"
            :value="item.stepcode"
          />
        </el-drag-select>
@@ -1129,7 +1129,7 @@
              <el-option
                v-for="item in stepSelectArr"
                :key="item.stepcode"
                :label="item.stepname"
                :label="item.stepcode+' / '+item.stepname"
                :value="item.stepcode"
              />
            </el-select>
src/views/statistic/groupSalaryList.vue
@@ -94,7 +94,7 @@
                range-separator="~"
                class="timeMini"
                size="mini"
                style="width: 200px;display: flex;line-height: 34px;height: 34px;"
                style="width: 300px;display: flex;line-height: 34px;height: 34px;"
                :clearable="false"
                start-placeholder="开始日期"
                end-placeholder="结束日期"
src/views/statistic/personSalaryList.vue
@@ -94,7 +94,7 @@
                range-separator="~"
                class="timeMini"
                size="mini"
                style="width: 200px;display: flex;line-height: 34px;height: 34px;"
                style="width: 300px;display: flex;line-height: 34px;height: 34px;"
                :clearable="false"
                start-placeholder="开始日期"
                end-placeholder="结束日期"
src/views/statistic/reportList.vue
@@ -72,7 +72,7 @@
                range-separator="~"
                class="timeMini"
                size="mini"
                style="width: 200px;display: flex;line-height: 34px;height: 34px;"
                style="width: 300px;display: flex;line-height: 34px;height: 34px;"
                :clearable="false"
                start-placeholder="开始日期"
                end-placeholder="结束日期"
src/views/statistic/workOrderProcess.vue
@@ -69,7 +69,7 @@
                range-separator="~"
                class="timeMini"
                size="mini"
                style="width: 200px;display: flex;line-height: 34px;height: 34px;"
                style="width: 300px;display: flex;line-height: 34px;height: 34px;"
                :clearable="false"
                start-placeholder="开始日期"
                end-placeholder="结束日期"