Browse Source

修改子页面状态搜索

branch_ccpg_220107
xunyu.guo 3 years ago
parent
commit
556902b36a
  1. 4
      vue/src/views/ux/billManage/kanbanOutOrder/detail.vue
  2. 4
      vue/src/views/ux/billManage/kanbanWithOutOrder/detail.vue
  3. 4
      vue/src/views/ux/billManage/sparepartOutOrder/detail.vue
  4. 4
      vue/src/views/ux/billManage/vwOutOrder/detail.vue
  5. 4
      vue/src/views/ux/vw/dataInput/hq_f_outorder/detail.vue
  6. 4
      vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue
  7. 4
      vue/src/views/ux/vw/dataInput/hq_h_checkout/detail.vue
  8. 4
      vue/src/views/ux/vw/dataInput/hq_h_outorder/detail.vue
  9. 4
      vue/src/views/ux/vw/dataInput/hq_m_checkout/detail.vue
  10. 4
      vue/src/views/ux/vw/dataInput/hq_m_outorder/detail.vue
  11. 4
      vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue

4
vue/src/views/ux/billManage/kanbanOutOrder/detail.vue

@ -219,9 +219,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/billManage/kanbanWithOutOrder/detail.vue

@ -219,9 +219,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/billManage/sparepartOutOrder/detail.vue

@ -219,9 +219,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/billManage/vwOutOrder/detail.vue

@ -218,9 +218,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/vw/dataInput/hq_f_outorder/detail.vue

@ -219,9 +219,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/detail.vue

@ -236,9 +236,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/vw/dataInput/hq_h_checkout/detail.vue

@ -250,9 +250,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/vw/dataInput/hq_h_outorder/detail.vue

@ -217,9 +217,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/vw/dataInput/hq_m_checkout/detail.vue

@ -242,9 +242,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/vw/dataInput/hq_m_outorder/detail.vue

@ -219,9 +219,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

4
vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue

@ -242,9 +242,9 @@ export default {
Filters: [
{
logic: 0,
column: "Enabled",
column: "state",
action: 0,
value: "true",
value: "0",
}, //
],
SkipCount: 0,

Loading…
Cancel
Save